pacos_test

Pacos is a simple boilerplate

Usage no npm install needed!

<script type="module">
  import pacosTest from 'https://cdn.skypack.dev/pacos_test';
</script>

README

npm

Pacos

Pacos is a simple boilerplate, with scss modules.

Usage

npm install pacos

Import components

To import all base scss files simply use the import function:

@import '~pacos/scss/base/all'

Components that are included:

  • SCSS
    • breakpoints
    • helpers
    • reset

Guidelines

We follow the scss/css guidlines from Airbnb. Read their documentation for the guidlines.

ESLint and Stylelint are automatically installed. If you already have those files, it won't be overwritten. You do need a webpack.mix.js file to make these plugins work. If you don't have that file it will by automatically created.

Browser support

  • 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.

Copyright & License

Code copyright 2018 23G. Code released under the MIT license.