# JavaScript
All JavaScript is written using ES6 syntax (compiled with Babel). Please lint as follow:
indent_style = spaces
indent_size = 2
# CSS
The CSS is written using SCSS syntax. The naming convention used here is highly inspired by the BEM (opens new window) methodology but declined as follow:
.block-elm__modifier .block-elm--children__modifier
Namespacing technique:
- Component :
c- - Layout :
l- - Sections :
s- - Blocks :
b- - Helpers :
h- - JS Hooks :
js- - Utilities :
is- has-
Common CSS files are located into ./src/assets/styles
WARNING
SFC can contain scoped properties.