<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.kalen.pw/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.kalen.pw/feed.php">
        <title>wiki.kalen.pw development:css</title>
        <description></description>
        <link>https://wiki.kalen.pw/</link>
        <image rdf:resource="https://wiki.kalen.pw/lib/tpl/SimpleDoku/images/favicon.ico" />
       <dc:date>2026-04-30T22:17:20+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.kalen.pw/doku.php?id=development:css:bootstrap&amp;rev=1625004021&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kalen.pw/doku.php?id=development:css:bulma&amp;rev=1625004033&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kalen.pw/doku.php?id=development:css:less&amp;rev=1625004043&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kalen.pw/doku.php?id=development:css:sass&amp;rev=1625004052&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kalen.pw/doku.php?id=development:css:start&amp;rev=1625003998&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.kalen.pw/lib/tpl/SimpleDoku/images/favicon.ico">
        <title>wiki.kalen.pw</title>
        <link>https://wiki.kalen.pw/</link>
        <url>https://wiki.kalen.pw/lib/tpl/SimpleDoku/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.kalen.pw/doku.php?id=development:css:bootstrap&amp;rev=1625004021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-29T15:00:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Bootstrap</title>
        <link>https://wiki.kalen.pw/doku.php?id=development:css:bootstrap&amp;rev=1625004021&amp;do=diff</link>
        <description>Bootstrap

	*   Animated Hamburger Menu 

----------

CDN


&lt;link rel=&quot;stylesheet&quot; href=&quot;https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css&quot; integrity=&quot;sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm&quot; crossorigin=&quot;anonymous&quot;&gt;


----------</description>
    </item>
    <item rdf:about="https://wiki.kalen.pw/doku.php?id=development:css:bulma&amp;rev=1625004033&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-29T15:00:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Bulma</title>
        <link>https://wiki.kalen.pw/doku.php?id=development:css:bulma&amp;rev=1625004033&amp;do=diff</link>
        <description>Bulma

----------

CDN


&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css&quot;/&gt;


----------

Equal Height Cards


.bm--card-equal-height {
   display: flex;
   flex-direction: column;
   height: 100%;
}
.bm--card-equal-height .card-footer {
   margin-top: auto;
}</description>
    </item>
    <item rdf:about="https://wiki.kalen.pw/doku.php?id=development:css:less&amp;rev=1625004043&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-29T15:00:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LESS</title>
        <link>https://wiki.kalen.pw/doku.php?id=development:css:less&amp;rev=1625004043&amp;do=diff</link>
        <description>LESS

----------

Installation


sudo npm install -g less


----------

Syntax


.class {
    &amp;:hover {
    /* &amp; refers to parent of statement */
    }
}


----------</description>
    </item>
    <item rdf:about="https://wiki.kalen.pw/doku.php?id=development:css:sass&amp;rev=1625004052&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-29T15:00:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SASS</title>
        <link>https://wiki.kalen.pw/doku.php?id=development:css:sass&amp;rev=1625004052&amp;do=diff</link>
        <description>SASS

I prefer this over LESS simply because it has a bigger ecosystem. (also Googling it doesn't return info about the Linux command)

----------

Installation


npm install --save-dev sass


----------

Compilation

Tip: in your sass directory make everything a submodule (by naming the file with an _filename.scss) then create an app.scss which imports all the other submodules. Then you will get a single compressed app.css</description>
    </item>
    <item rdf:about="https://wiki.kalen.pw/doku.php?id=development:css:start&amp;rev=1625003998&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-29T14:59:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CSS</title>
        <link>https://wiki.kalen.pw/doku.php?id=development:css:start&amp;rev=1625003998&amp;do=diff</link>
        <description>CSS

	*   Bootstrap 
	*   Bulma 
	*   LESS 
	*   SASS 

----------

Sticky Footer

Ensure your content (header, body, etc everything besides footer) is all wrapped in a &lt;div&gt; with class .content-wrapper


html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}</description>
    </item>
</rdf:RDF>
