0.0.4 • Published 3 months ago

tailwindcss-extra v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

tailwindcss-extra

tailwindcss plugin for extra styles

Install

npm install tailwindcss-extra --save-dev

Usage

// tailwind.config.js
/** @type {import('tailwindcss').Config} */

module.exports = {
  content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
  theme: {
    extend: {},
  },

  plugins: [require('tailwindcss-extra')],
};

complete table of provided classes:

namekinddescription
flex-centerstaticboth horizontal and vertical center in flex display
absolute-centerstaticboth horizontal and vertical center in absolute position
absolute-center-xstatichorizontal center in absolute position
absolute-center-ystaticvertical center in absolute position
ellipsisstaticellipsis text in a single line
fullstaticset width and height as 100% to its parent
screenstaticset width as 100vw and height as 100vh
circlematchuse clip-path to make a circle
squarematchmake a square box via setting both width and height
0.0.4

3 months ago

0.0.3

4 months ago

0.0.2

5 months ago

0.0.1

6 months ago