1.0.1 • Published 6 years ago

matriphe-scss v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

matriphe-scss

This is a basic SCSS template file used for matriphe's web products.

Installation

Using yarn

yarn add --dev matriphe-scss

Or using npm

npm install --dev matriphe-scss

For Laravel Using Bulma

Install Bulma using yarn or npm, and then copy the bulma.scss to resources assets folder.

cp node_modules/matriphe-scss/bulma/bulma.scss resources/assets/sass/bulma.scss

On the app.scss, load the copied bulma.scss file.

@import "bulma.scss";
1.0.1

6 years ago

1.0.0

6 years ago