🍞importing the npm package functions
Before using the croffle-css,
you must learn to correctly import the npm package in your website's design.
import a function from the utils module
import { function } from "croffle-css"
use button classes
import { class } from "croffle-css/style.css";
Last updated