mirror of
https://github.com/marcogll/noire_landing.git
synced 2026-03-15 11:25:04 +00:00
first commit
This commit is contained in:
25
readme.md
Normal file
25
readme.md
Normal file
@@ -0,0 +1,25 @@
|
||||
## Usage
|
||||
|
||||
* This template uses tailwind css every tailwind class are prefixed with `tw-`, to help differentiate
|
||||
between tailwind classes and other classes
|
||||
|
||||
During development add the following to head tag
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="tailwind-runtime.css"><!--replace with path to your tailwind runtime-->
|
||||
```
|
||||
During production use
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="tailwind-build.css"><!--replace with path to your tailwind build-->
|
||||
```
|
||||
|
||||
To start Tailwind during development use
|
||||
```html
|
||||
npm run start:tailwind
|
||||
```
|
||||
|
||||
To create a build file use
|
||||
```html
|
||||
npm run build:tailwind
|
||||
```
|
||||
Reference in New Issue
Block a user