0.4.5 • Published 5 years ago

terminal2-stylekit v0.4.5

Weekly downloads
94
License
SEE LICENSE IN LI...
Repository
github
Last release
5 years ago

Terminal2 Stylekit

This package is used in all terminal2 websites and contains all base styling, components and utilities. It's based on Tailwind css framework and encourages utilities first approach.

Install

yarn add terminal2-stylekit

Use

Use the following webpack.mix.js in the root of your app

let mix = require('laravel-mix');

require('terminal2-stylekit');

/*
 |--------------------------------------------------------------------------
 | Mix Asset Management
 |--------------------------------------------------------------------------
 |
 | Mix provides a clean, fluent API for defining some Webpack build steps
 | for your Laravel application. By default, we are compiling the Sass
 | file for the application as well as bundling up all the JS files.
 |
 */

mix.terminal2();

Add tailwind & custom styles to your app.scss file

@tailwind preflight;
@tailwind components;
@import "node_modules/terminal2-stylekit/components";

// Custom components here

@tailwind utilities;

// Custom utilities here
0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.17

6 years ago

0.3.16

6 years ago

0.3.15

6 years ago

0.3.13

6 years ago

0.3.12

6 years ago

0.3.11

6 years ago

0.3.10

6 years ago

0.3.9

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago