# Adding CSS Utils
Since version v3
, Crayons
provides a set of CSS utilities to help with application development. You can use these utils by adding crayons-min.css
file in your app.
# Usage via Node Modules
<link
rel="stylesheet"
href="node_modules/@freshworks/crayons/css/crayons-min.css"
/>
# Usage via CDN
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@freshworks/crayons@v4/css/crayons-min.css"
/>