Skip to content

stuymedova/svelte-sass-postcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte + Sass and PostCSS

Svelte app with Sass SCSS and PostCSS Autoprefixer configured.

Overview

.
└── src
    ├── App.svelte
    ├── main.js
    └── styles
        ├── components
        │   ├── _button.scss
        │   ├── _mixins.scss
        │   └── _variables.scss
        ├── typography
        │   ├── _font-face.scss
        │   ├── _mixins.scss
        │   ├── _type-scale.scss
        │   └── _typography.scss
        ├── _page.scss
        ├── _reset.scss
        └── main.scss

Prerequisites

Node.js and npm

Setup

Run in terminal:

npm install
npm run dev

Result

svelte-sass-postcss

Utilizes Carbon Design System licensed under the Apache 2.0 License.