Pacos is a simple boilerplate, with scss modules
npm install pacos --save-dev
To import all base scss files simply use the import function:
@import '~pacos/scss/base/all'
Components that are included:
- HTML
- browser
- SCSS
- breakpoints
- browser
- grid *
- helpers
- reset
* dependent on bulma
- $column-gutter
We use bulma as our front-end framework. Just import what you need. Check their documentation how to load modules.
For example if you only want to load the bulma grid:
@import
'~bulma/sass/utilities/_all',
'~bulma/sass/grid/columns';
We follow the scss/css guidlines from Airbnb. Read their documentation for the guidlines.
- Clone the repo:
git clone https://github.com/Julian-Hulsdouw/pacos.git
- Download the latest release
- Chrome latest
- Firefox latest
- Opera latest
- Safari latest
- IE latest Pacos works perfectly with almost all older versions of the browsers above, though IE certainly has large degradation prior to IE11.
Code copyright 2017 Julian Hulsdouw. Code released under the MIT license.