Skip to content

Julian-Hulsdouw/pacos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm npm

Pacos

Pacos is a simple boilerplate, with scss modules

Usage

npm install pacos --save-dev

Import components

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

Variables available

  • $column-gutter

Framework

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';

Guidelines

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

Create your own

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 2017 Julian Hulsdouw. Code released under the MIT license.

About

Small modular boilerplate assets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published