Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stuymedova/svelte-scss
- Owner: stuymedova
- License: apache-2.0
- Created: 2021-05-25T12:10:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T14:18:00.000Z (over 3 years ago)
- Last Synced: 2024-11-11T12:44:02.438Z (about 2 months 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.