⚒ Fixed header issues

This commit is contained in:
tatianamac 2019-12-12 19:26:12 -08:00
parent f303f7fd97
commit f5f2757e9d
3 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ introduction: >
See `sass --help` for additional information on the command-line See `sass --help` for additional information on the command-line
interface. interface.
#### Dart Library ### Dart Library
You can also use Dart Sass as a Dart library to get the speed of the Dart You can also use Dart Sass as a Dart library to get the speed of the Dart
VM plus the ability to define your own functions and importers. To add it VM plus the ability to define your own functions and importers. To add it

View File

@ -171,7 +171,7 @@ introduction: >
= image_tag 'logos/libsass.png', alt: 'LibSass logo' = image_tag 'logos/libsass.png', alt: 'LibSass logo'
- content_for :navigation do - content_for :navigation do
%h3 Wrappers %h2 Wrappers
.sl-c-list-navigation-wrapper .sl-c-list-navigation-wrapper
:markdown :markdown
@ -190,7 +190,7 @@ introduction: >
- [Scala](#scala) - [Scala](#scala)
- content_for :complementary do - content_for :complementary do
%h3 Resources %h2 Resources
%ul %ul
- for project in data.libsass.resources - for project in data.libsass.resources

View File

@ -9,7 +9,7 @@ introduction: >
%ul.list-columns %ul.list-columns
%li %li
:markdown :markdown
### But Why? ## But Why?
When Natalie and Hampton first created Sass in 2006, Ruby was the language When Natalie and Hampton first created Sass in 2006, Ruby was the language
at the cutting edge of web development, the basis of their at the cutting edge of web development, the basis of their
@ -32,7 +32,7 @@ introduction: >
%li %li
:markdown :markdown
### Migrating Away ## Migrating Away
If you run Ruby Sass using the command-line `sass` executable, all you If you run Ruby Sass using the command-line `sass` executable, all you
need to do is install Dart Sass's [command-line executable][install] need to do is install Dart Sass's [command-line executable][install]