tituskirch / tailwind-post-scss-template
A basic tailwindcss + PostCSS + node-sass template.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 13
Language:CSS
- dev-master
- 1.0.0
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/node-sass-8.0.0
- dev-dependabot/npm_and_yarn/nodemon-2.0.20
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/glob-parent-5.1.2
- dev-dependabot/npm_and_yarn/normalize-url-4.5.1
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-4.0.1
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-dependabot/npm_and_yarn/tailwindcss-1.9.6
- dev-next
This package is auto-updated.
Last update: 2024-10-11 16:55:11 UTC
README
A basic tailwindcss + PostCSS + node-sass template.
Table of contents
About the project
This project is a very simple template to start with a tailwindcss project (including SCSS compiler).
Getting started
First you have to install npm. Installation instructions
Than you have to install composer. Installation instructions
Require the project:
composer require tituskirch/tailwind-post-scss-template
Now install all required resources:
composer install npm install
Ready! Now you can start with your project.
Howto
To convert your SCSS code under /scss/app.scss to CSS code use the following command:
npm run build
Afterwards your CSS code is created under /public/css/app.css.
Alternatively you can also use the following command:
npm run watch
This will execute npm run build
after each change.
Contributing
There are many ways to help this open source project. Write tutorials, improve documentation, share bugs with others, make feature requests, or just write code. We look forward to every contribution.
Versioning
We use SemVer for versioning. For available versions, see the tags on this repository.
Built with
- node-sass - Node.js bindings to libsass
- nodemon - Monitor for any changes in your node.js application and automatically restart the server - perfect for development
- PostCSS CLI - CLI for postcss
- postcss-import - PostCSS plugin to inline @import rules content
- tailwindcss - A utility-first CSS framework for rapid UI development.
Authors
- Titus Kirch - Main development - TitusKirch
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details.