https://github.com/pascal-brand38/webtools-helper
https://github.com/pascal-brand38/webtools-helper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pascal-brand38/webtools-helper
- Owner: pascal-brand38
- License: mit
- Created: 2024-10-09T14:29:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T15:02:57.000Z (7 months ago)
- Last Synced: 2024-10-19T22:12:19.591Z (7 months ago)
- Language: SCSS
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation
```bash
npm install https://github.com/pascal-brand38/webtools-helper.git
```
# Use scss file
```scss
@import "node_modules/webtools-helper/scss/utility/reset.scss";
```# Astro
In order to help new astro sites, this is possible to run
```
source ./node_modules/webtools-helper/astro-helper/bin/populate-astro.sh
```
It creates:
* sccs styles, based on webtools scss
* index.astro page
* layouts: main layout, header, nav, and footerUsers may also use webtools-constants.js to know the compilation date,...