Skip to content

app-generator/design-core-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template BS5 Project for FIGMA conversions

Free Template styled with Bootstrap v5.2.3 using best practices and simple tooling - Used in projects:


Features


How To use it

Compile the project

$ yarn       # install modules
$ gulp       # start for development
$ gulp scss  # recompile SCSS

The design should be visible in the browser.


How To Customize

Step 1: Open & Edit assets\scss\variables.scss. This file allows to set the primary and seconday colors of the website

/*
* Global Styling (edit below variables) 
* Warn: once edited, the SCSS needs to be recompiled
*/
$primary:   #FF7A00 !default; // primary color
$secondary: #00D2C4 !default; // secondary
$info:      #17c1e8 !default; 
$success:   #82d616 !default;
$warning:   #fbcf33 !default;
$danger:    #ea0606 !default;

Step 2: Add custom styles to assets\scss\custom.scss. This file, initially shipped empty, should contain your own code CSS code.

.your-awesome-class {
    color: red;
}

Step 3: Recompile SCSS via GULP

$ gulp scss

At this point, the new styles should be visible in the website.


Section_1

Section_1 screen here


Section_2

Section_2 screen here



Template BS5 Project for FIGMA conversions - Open-Source project crafted by AppSeed.

About

Core Bootstrap Project - Used for Figma to HTML Conversions | AppSeed

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages