Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stuymedova/svelte-scss

[DEMO] Getting to know SCSS
https://github.com/stuymedova/svelte-scss

autoprefixer carbon-design-system postcss sass scss svelte

Last synced: about 16 hours ago
JSON representation

[DEMO] Getting to know SCSS

Awesome Lists containing this project

README

        

# 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](https://nodejs.org/) and [npm](https://www.npmjs.com/)

## Setup

Run in terminal:
```
npm install
npm run dev
```

## Result

svelte-sass-postcss

Utilizes [Carbon Design System](https://github.com/carbon-design-system/carbon) licensed under the Apache 2.0 License.