Skip to content
This repository was archived by the owner on Nov 2, 2019. It is now read-only.

basscss/ace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

898d321 · Oct 25, 2016

History

17 Commits
Oct 25, 2016
Feb 14, 2016
Oct 24, 2016
Feb 14, 2016
Sep 21, 2016
Jul 11, 2016
Oct 24, 2016

Repository files navigation

ace-css

Full-featured Basscss package for web apps

ace-css contains the core modules and several addons for use in larger web apps.

Features

  • All typography and layout utilities from the core Basscss module
  • Base element styles from basscss-basic
  • Form styles from basscss-forms
  • Button styles with solid and outline styles, along with size modifiers
  • Range input styles from basscss-input-range
  • Progress element styles from basscss-progress
  • Responsive margin and padding utilities
  • Media Object
  • Colors, background colors, and border colors from colors.css
  • Darken and lighten background utilities
  • Background image utilities

Install

npm i ace-css

Usage

PostCSS

@import 'ace-css';

Webpack

import aceCss from 'ace-css/css/ace.min.css'

CDN

For a simple, zero-configuration option, use a link from unpkg.com.

<link href="https://unpkg.com/ace-css/css/ace.min.css" rel="stylesheet">

MIT License