🍞importing the npm package functions

Before using the croffle-css,you must learn to correctly import the npm package in your website's design.

Croffle-css uses the last ES-module syntax. Use imports instead of const { function } = require "croffle-css"

import a function from the utils module

import { function } from "croffle-css"

use button classes

import { class } from "croffle-css/style.css";

Last updated