Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matriphe/matriphe-scss
Matriphe's SCSS for matriphe's web products.
https://github.com/matriphe/matriphe-scss
Last synced: about 2 months ago
JSON representation
Matriphe's SCSS for matriphe's web products.
- Host: GitHub
- URL: https://github.com/matriphe/matriphe-scss
- Owner: matriphe
- Created: 2018-04-10T02:02:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T02:56:55.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T11:44:53.885Z (3 months ago)
- Language: CSS
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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";
```