Sass to-upper-case() Function

You are Here:

Sass to-upper-case() Function

The to-upper-case() function returns a copy of a string with the ASCII letters converted to upper case.

Example

SASS TO CSS CONVERTER
//Check your console @debug to-upper-case("italic"); // "ITALIC" @debug to-upper-case(SanS-sErif); // "SANS-SERIF"

Syntax

to-upper-case($string)

Parameter Value

ValueTypeExplanation
$stringRequiredA string.

Return Value

ValueExplanation
stringReturns a copy of $string with the ASCII letters converted to upper case.

Reminder

Hi Developers, we almost covered 99.1% of Sass Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in Sass.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author