Skip to content

Instantly share code, notes, and snippets.

View caiotriana's full-sized avatar
🏠
Working from home

Caio Triana caiotriana

🏠
Working from home
  • São Paulo - Brazil
View GitHub Profile
@pascalduez
pascalduez / SassMeister-input.scss
Last active June 26, 2024 23:43
Some Sass string functions: capitalize, ucwords, camelize, ...
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
// Capitalize string
// --------------------------------------------------------------------------------
// @param [string] $string
// --------------------------------------------------------------------------------
// @return [string]