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: 3 months ago
JSON representation
[DEMO] Getting to know SCSS
- Host: GitHub
- URL: https://github.com/stuymedova/svelte-scss
- Owner: stuymedova
- License: apache-2.0
- Created: 2021-05-25T12:10:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T14:18:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T05:19:55.879Z (over 1 year ago)
- Topics: autoprefixer, carbon-design-system, postcss, sass, scss, svelte
- Language: SCSS
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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