You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@gladio/css

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gladio/css

CSS

0.32.7
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Styles for Gladio

We are using tailwindcss for utility classes. You can use all the css classes defined on https://tailwindcss.com.

Along with them, following classes are also available

  • Use primary color for alll the color related classes e.g. .text-primary-300, bg-primary-600
  • Use secondary color similar to primary color
  • Use accent color tag simpilar to primary color

Components classes

  • .btn to make a button
  • .btn-primary to make something a primary button
  • .badge for badge level styles
  • .badge-primary to make a badge primary

Install

npm install --save @gladio/css

Usage

Make sure you have loader for css files

in sass

@include '@gladio/css/styles/styles.css'

in js

import '@gladio/css/styles/styles.css'

A JSON file for theme is also included

import theme from "@gladio/css/lib/theme.json"

FAQs

Package last updated on 30 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts