Style Utilities

Style utilities are preset rules that let you efficiently customize styles for components and native elements alike. See the installation instructions to use style utilities in your project.

Using Style Utilities

CDN npm Self-Hosted
  1. Head over to your project's Settings.
  2. Next to Features, select the CSS utilities checkbox.
  3. Save Changes to immediately update anywhere you're using your project.

To use all Web Awesome styles (including native styles), import the following stylesheet in your project:

import '@awesome.me/webawesome/dist/styles/webawesome.css';

Or, if you only want CSS utility classes, import a theme and the utilities individually:

import '@awesome.me/webawesome/dist/styles/themes/default.css';
import '@awesome.me/webawesome/dist/styles/utilities.css';

To use all Web Awesome styles (including native styles), include the following stylesheet in your project:

<link rel="stylesheet" href="/dist/styles/webawesome.css" />

Or, if you only want CSS utility classes, include a theme and the utilities individually:

<link rel="stylesheet" href="/dist/styles/themes/default.css" />
<link rel="stylesheet" href="/dist/styles/utilities.css" />
    No results
    Navigate Enter Select Esc Close