-
Notifications
You must be signed in to change notification settings - Fork 0
CSS guideline
Valentyn Dubin edited this page Mar 7, 2021
·
81 revisions
- FLOCSS
Foundation Layout Object CSS - CSS design concept that takes advantage of OOCSS, BEM, and SMACSS. CSS design concept often used in Japan devised by Hiroki tani CSS organization methodology.
style
βββ foundation /* Manages the default style of the entire site
| βββ _reset.sass
| βββ _base.sass
| βββ _variable.sass /* Variables that can be used throughout the site
| βββ _mixins.sass /* Manages mixns that can be used throughout the site
βββ layout /* Manages areas that make up each page and common to the entire site
| βββ _base.sass
| βββ _variable.sass
| βββ _mixins.sass
βββ object /* Manages modules with reusable throughout the entire site patterns
| βββ component
| βββ project
| βββ utility
