From 799a14d1cb5b7508d0240790203a0fc982c21a3b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 17 Aug 2011 22:40:50 -0700 Subject: [PATCH] capitalize Less instead of using all caps --- docs/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/index.html b/docs/index.html index 3199f5fc32..22d87604a0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -33,7 +33,7 @@
  • Navigation
  • Alerts
  • Popovers
  • -
  • LESS
  • +
  • Less
  • @@ -46,7 +46,7 @@ Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
    It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.

    -

    Nerd alert: Bootstrap is built with LESS and was designed to work out of the gate with only modern browsers in mind.

    +

    Nerd alert: Bootstrap is built with Less and was designed to work out of the gate with only modern browsers in mind.

    @@ -62,8 +62,8 @@
    -
    Use it with LESS
    -

    A fan of using LESS.js? No problem, just clone the repo and add these lines:

    +
    Use it with Less
    +

    A fan of using Less? No problem, just clone the repo and add these lines:

    @@ -1145,25 +1145,25 @@ Lorem ipsum dolar sit amet illo error ipsum verita
    -

    Bootstrap was built with Preboot, an open-source pack of mixins and variables to be used in conjunction with LESS, a CSS preprocessor for faster and easier web development.

    -

    Check out how we used Preboot in Bootstrap and how you can make use of it should you choose to run LESS on your next project.

    +

    Bootstrap was built with Preboot, an open-source pack of mixins and variables to be used in conjunction with Less, a CSS preprocessor for faster and easier web development.

    +

    Check out how we used Preboot in Bootstrap and how you can make use of it should you choose to run Less on your next project.

    How to use it

    -

    Use this option to make full use of Bootstrap's LESS variables, mixins, and nesting in CSS via javascript in your browser.

    +

    Use this option to make full use of Bootstrap's Less variables, mixins, and nesting in CSS via javascript in your browser.

     <link rel="stylesheet/less" type="text/css" href="less/bootstrap.less" media="all" />
     <script type="text/javascript" src="js/less-1.0.41.min.js"></script>
    -

    Not feeling the .js solution? Try the LESS Mac app or use Node.js to compile when you deploy your code.

    +

    Not feeling the .js solution? Try the Less Mac app or use Node.js to compile when you deploy your code.

    What's included

    Here are some of the highlights of what's included in Twitter Bootstrap as part of Bootstrap. Head over to the Bootstrap website or Github project page to download and learn more.

    Color variables

    -

    Variables in LESS are perfect for maintaining and updating your CSS headache free. When you want to change a color value or a frequently used value, update it in one spot and you're set.

    +

    Variables in Less are perfect for maintaining and updating your CSS headache free. When you want to change a color value or a frequently used value, update it in one spot and you're set.

     // Links
     @linkColor:         #8b59c2;
    @@ -1191,7 +1191,7 @@ Lorem ipsum dolar sit amet illo error ipsum verita
     

    Commenting

    -

    LESS also provides another style of commenting in addition to CSS's normal /* ... */ syntax.

    +

    Less also provides another style of commenting in addition to CSS's normal /* ... */ syntax.

     // This is a comment
     /* This is also a comment */