-
Updated
Mar 9, 2020 - Ruby
CSS
Cascading Style Sheets (CSS) is a language used most often to style and improve upon the appearance of views. It allows for the separation of presentation and content, and includes the characteristics of layouts, colors and fonts. CSS builds upon HTML to make webpages more interactive and appealing to the user.
Here are 301 public repositories matching this topic...
-
Updated
Oct 21, 2019 - Ruby
For bigger styleguides it's very nice to have a fixed sidebar navigation to:
a) navigate to other parts of the styleguide
b) see where you are in the styleguide
This code inside my main .lsg file already works pretty decently:
@javascript-after transpiler: coffee-script
$ ->
$nav = $('<nav id="toc" class="lsg--toc"></nav>')
$.each $('.lsg--anchor'), (index, anchor) ->
$anc
Follow the steps given in readme.md and add yourself to the users.md file accordingly.
-
Updated
Feb 7, 2020 - Ruby
-
Updated
Dec 12, 2019 - Ruby
-
Updated
Oct 11, 2017 - Ruby
We have some custom error messages, for example here.
https://github.com/rails-girls-summer-of-code/rgsoc-teams/blob/db178cfe9d65c5c9f4c58e4bcf0d33148a221177/app/models/application_draft.rb#L141-L145
We want to move these custom error messages to the translation file en.yml. In [this commit ](rails-girls-summer-of-code/rgsoc-teams@acbd0b5
-
Updated
Jun 5, 2020 - Ruby
Using material_icon gem as suggested in the README, when I add the icon inside a button component, it changes the line height of the button.
There should probably a css rule for the icons.
Not sure if this belongs in this repo or in the original repo though.
-
Updated
Sep 4, 2017 - Ruby
-
Updated
Mar 6, 2020 - Ruby
-
Updated
Mar 20, 2020 - Ruby
-
Updated
Dec 7, 2018 - Ruby
-
Updated
Sep 30, 2019 - Ruby
-
Updated
Apr 19, 2020 - Ruby
-
Updated
Mar 21, 2020 - Ruby
-
Updated
Jun 9, 2020 - Ruby
-
Updated
Apr 30, 2020 - Ruby
-
Updated
Sep 11, 2016 - Ruby
-
Updated
Jun 3, 2017 - Ruby
-
Updated
Jun 5, 2020 - Ruby
Created by Håkon Wium, Lie Bert Bos
Released December 17, 1996
- Website
- www.w3.org/Style/CSS/Overview.en.html
- Wikipedia
- Wikipedia
Elements like
<style>and<script>contain metadata content that should not be output as part of a plaintext document.One important use case is when including media queries in a
<style>tag. Right now, this content will appear in the plaintext email, adding some ugly, unhelpful content.