Commit Graph

934 Commits

Author SHA1 Message Date
Wim Hendrikx
ddcbc9fd44 Add new 'use' and 'forward' at-rules to the overview (#397) 2019-10-22 21:01:11 +01:00
Natalie Weizenbaum
165dc8f293
Fix a typo (#391)
Closes #390
2019-10-21 21:17:15 +01:00
alibalouchi
b99d93d103 Update js-api.html.md.erb (#393) 2019-10-21 21:16:55 +01:00
Adekunle Oduye
06c5a72833 [hotfix-387] Fix broken toggle (#389)
Closes #387
2019-10-18 06:37:23 +01:00
Natalie Weizenbaum
46a2d9e3ce
Fix a use of "hsl" that should be "rgb" (#382)
Closes #381
2019-10-14 11:57:34 -07:00
Adekunle Oduye
26a515c3a9 [docs] Sticky Navigation (#373)
* [docNav] Moved h3 title into nav wrapper

* [docNav] Init styles for doc navigation component

* [docNav] Import doc navigation component into sass.css.scss

* [docNav] Functional to make doc navigation sticky on scroll

* [docNav] Rename js class name and changed from single to double quotes

* [docNav] Change class name to sl-js-nav--is-sticky

* [docNav] renamed doc-navigation to navigation and removed nesting

* [docNav] renamed doc-navigation to navigation

* [docNav] Added carriage return after h3
2019-10-12 09:55:30 -07:00
Natalie Weizenbaum
6e93b8526d
Fix a broken example in the sass:selector docs (#385) 2019-10-11 15:15:35 -07:00
Natalie Weizenbaum
b2ab9cbe50
Recommend that users write @forward before @use (#384) 2019-10-11 14:09:31 -07:00
Đăng Tú
8a706f57a6 Correct guide (#379)
Line 224: filename
2019-10-10 14:46:21 -07:00
Danny Banks
3d396c3581 Remove simply from docs (#378) 2019-10-10 14:10:57 -07:00
Natalie Weizenbaum
55e495cad6
Fix the link to the module system blog post (#376) 2019-10-02 11:19:55 -07:00
Christophe Coevoet
d139d52954 Fix links in the migrator doc (#377) 2019-10-02 11:19:27 -07:00
Natalie Weizenbaum
e6ea1e7e72 Merge remote-tracking branch 'origin/feature.use' into merge-use 2019-10-01 18:25:22 -07:00
Jennifer Thakar
1697b562ef Update migrator docs to reflect new changes (#375) 2019-10-01 18:24:35 -07:00
Natalie Weizenbaum
5ebd0e4c32 Update the top-level callout to mention the module system 2019-10-01 15:24:42 -07:00
Natalie Weizenbaum
34cd995893 Fix a broken link 2019-10-01 14:57:25 -07:00
Natalie Weizenbaum
cdfa203970 Code review changes 2019-10-01 14:43:21 -07:00
Natalie Weizenbaum
3cde415281 Document the Sass migrator
Closes #358
2019-09-25 14:53:13 +01:00
Natalie Weizenbaum
4a02f04717 Document new built-in functions
Closes #365
2019-09-24 11:36:43 +01:00
Natalie Weizenbaum
a99bb65fd6 The keywords() function is actually in sass:meta, not sass:map 2019-09-10 16:31:02 -07:00
Natalie Weizenbaum
35c719d1bb
Document how @extend interacts with modules (#369)
This includes documenting private placeholder selectors.

Closes #360
2019-09-09 15:24:51 -07:00
Natalie Weizenbaum
d8c3238c79
Document @forward (#368)
Closes #362
2019-09-06 14:13:51 -07:00
Natalie Weizenbaum
d46c2c77b0 Fix broken links 2019-09-05 14:47:14 -07:00
Natalie Weizenbaum
576474cfc5 Code review changes 2019-09-05 14:39:50 -07:00
Natalie Weizenbaum
b1b07540f2 Module-ify built-in function documentation
Closes #363
2019-09-04 17:56:16 -07:00
Natalie Weizenbaum
df428f62b2 Move plain-CSS function documentation into at-rules/function
This isn't ideal, since these functions aren't defined with @function,
but there's not really a better place to put it. It certainly doesn't
make sense in the built-in module documentation anymore.
2019-09-04 15:24:22 -07:00
Natalie Weizenbaum
029520349a Rename /documentation/functions to /documentation/modules
This hierarchy is now going to document built-in modules, which mostly
contain functions but can also contain mixins and may potentially
contain variables in the future.
2019-09-04 15:24:22 -07:00
Natalie Weizenbaum
8277f5bfbe Code review changes 2019-09-03 16:50:47 -07:00
Natalie Weizenbaum
8f093ba74b Document the @use rule
Closes #361
2019-09-02 13:45:40 -07:00
Natalie Weizenbaum
2088a021f9
Add an implementation note about sass/libsass#2957 (#359)
Documentation for @use and @forward themselves will come in a future
PR.

Partially addresses #263
2019-08-29 15:31:29 -07:00
Natalie Weizenbaum
835ff5a6a0
Add an implementation note about sass/libsass#2957 (#356) 2019-08-05 22:43:23 -07:00
Sergey Fetiskin
782d09c9cc fix to correct version of libsass (#355) 2019-07-22 23:54:17 +01:00
Natalie Weizenbaum
8b24f60f95
Add a breaking change page for /-as-division (#353)
This is intentionally not linked anywhere yet. It exists as a landing
page for links from dev versions of Sass and the migrator, and will be
updated as phase 1 comes closer to launching.

See sass/sass#2565
2019-06-06 19:37:59 +01:00
Natalie Weizenbaum
256a1bc7d0
Fix a broken code example (#352)
Closes #351
2019-06-06 19:36:46 +01:00
Natalie Weizenbaum
e378b285ef
Tweak some phrasing 2019-06-06 16:45:50 +01:00
Natalie Weizenbaum
a8dd640239 Add a breaking change page for /-as-division
This is intentionally not linked anywhere yet. It exists as a landing
page for links from dev versions of Sass and the migrator, and will be
updated as phase 1 comes closer to launching.

See sass/sass#2565
2019-06-04 15:11:33 +01:00
Natalie Weizenbaum
990651f774
Add documentation for recent breaking changes (#350)
We'll eventually add upcoming breaking changes, like /-as-division, as
well.
2019-06-04 12:57:17 +01:00
Natalie Weizenbaum
7bca65c349
Update the copyright line (#348) 2019-05-31 12:05:02 +01:00
Natalie Weizenbaum
ba4cdf8836
Merge pull request #346 from sass/ruby-sass-cli
Update Ruby Sass's status in the Ruby Sass CLI docs
2019-05-30 05:24:38 -07:00
Natalie Weizenbaum
7a2aa57b96
Make "/" and "s" focus the search bar (#347)
Closes #345
2019-05-30 04:30:10 -07:00
Natalie Weizenbaum
dd98c98307 Update Ruby Sass's status in the Ruby Sass CLI docs 2019-05-24 15:46:00 -07:00
Adrian
cfac02476e add reference to LibSass Host .net wrapper (#343) 2019-05-21 13:40:29 -07:00
Natalie Weizenbaum
854167dd0f
More clearly document import order (#342) 2019-05-16 16:15:53 -07:00
Galdor Takacs
fe63cfa534 styleguide/code: Remove obsolete line forgotten in 92d9baf850 2019-05-10 05:37:51 +02:00
Natalie Weizenbaum
084e181580 Make all client-side redirect URLs absolute
These used to redirect from /documentation/, but we tweaked the way
URLs work and now they redirect from /documentation. Making them
absolute avoids even the potential for that breakage.
2019-05-08 13:19:25 -07:00
Natalie Weizenbaum
79097d0fe1 Bundle all JS into a single file
Because we weren't doing this yet, we weren't actually loading the
redirect.js JS code at all.

This also gets rid of some unused JS.
2019-05-08 13:01:20 -07:00
Natalie Weizenbaum
9b82b23abf
Fix a broken function example (#336)
A "min" function conflicts with Sass's support for CSS's min() syntax.

Closes #335
2019-05-06 14:32:23 -07:00
Natalie Weizenbaum
ff7970b80e
Merge pull request #334 from sass/error-css
Document Dart Sass's --error-css flag
2019-05-06 13:56:47 -07:00
Maarten Brouwers
c582c015b2 Fix code example (#339)
Minor fix: `to-lower-case` featured a `to-upper-case` example
2019-05-06 11:40:07 -07:00
​Faizaan
a41d9df7ef Remove duplicate section about mixins (#337) 2019-05-03 13:00:10 -07:00
Natalie Weizenbaum
c932e18338 Document Dart Sass's --error-css flag
See sass/dart-sass#657
See sass/dart-sass#659
2019-04-30 11:16:26 -07:00
Natalie Weizenbaum
bbdac76437 Add starting versions for Dart CLI features
I'm leaving these out for features that have been supported since
1.0.0, since they're available in effectively all versions.
2019-04-30 11:05:53 -07:00
Natalie Weizenbaum
6729c6fb54
Explicitly document the @keyframes rule (#333)
I didn't originally think that this was complex enough to need
documenting, but it looks like people are searching for it so I guess
it does.
2019-04-30 10:38:29 -07:00
Natalie Weizenbaum
8c62ec4ccc
Remove duplicated sections in /guide (#331)
Closes #328
2019-04-29 16:06:32 -07:00
Natalie Weizenbaum
3de6939d9b
Fix a small error in an example (#332)
Closes #329
2019-04-29 16:06:25 -07:00
Natalie Weizenbaum
757590f95a Remove duplicated sections in /guide
Closes #328
2019-04-25 11:31:38 -07:00
Natalie Weizenbaum
eeef4e2f6c
Merge pull request #325 from sass/merge
Merge branch 'master' into wip.reference
2019-04-22 14:13:43 -07:00
Natalie Weizenbaum
03bc54bca2 Make search result URLs always point to the current site 2019-04-17 17:49:03 -07:00
Natalie Weizenbaum
891f6e7d95 Merge branch 'master' into wip.reference 2019-04-17 17:42:31 -07:00
Natalie Weizenbaum
05d3c9121d Make search result URLs always point to the current site 2019-04-17 17:29:12 -07:00
Natalie Weizenbaum
b75fca5a61 Make text in collapsible navs unselectable
This ensures that quickly opening and closing a nav doesn't
accidentally select its text.
2019-04-17 12:59:38 -07:00
Natalie Weizenbaum
b771e2297e Avoid an unstyled rendering moment with code examples
This renders the tabs and all the jQuery classes server-side, so that
the code examples are rendered correctly on the page's first load
rather than waiting for the JavaScript to activate. This also has a
side effect of making them look correct with JavaScript disabled.

This also adds a little additional styling in the noscript stylesheet
to make code examples look better on a narrow viewport with JavaScript
disabled.
2019-04-12 02:12:00 -07:00
Natalie Weizenbaum
e7ffef4fc9 Avoid an unstyled rendering moment with the tables of contents
Tables of contents are now statically rendered in their appropriately
open/closed states, rather than updated via JavaScript, so they render
correctly on the first page load. In order to make the "page sections"
table still usable without JS, this adds a stylesheet in a <noscript>
tag that forces the sections into an open state.
2019-04-12 00:09:10 -07:00
Natalie Weizenbaum
ce9244b504
Tweak typography to improve legibility (#318)
* Add more margin above headers to visually associate them with the
  prose below, rather than above.

* Reduce the margin around normal block elements to more clearly
  associate them with one another.

* Increase the size of prose and medium/large headers to make them
  easier to see.

* Reduce the font weight of intro paragraphs to make them more
  visually distinct from the rest of the documentation.

Based on @slimekat's suggestions.

Closes #313
2019-04-11 15:30:17 -07:00
Natalie Weizenbaum
de561b2370
Make the reference tables of contents collapsible (#320) 2019-04-11 15:30:10 -07:00
Natalie Weizenbaum
d87eeab0a3 Update Dart Sass error examples to match the current output 2019-04-07 17:01:48 -07:00
Natalie Weizenbaum
96632b9c02 Document the --unicode flag
See sass/dart-sass#566
2019-04-07 16:43:49 -07:00
Natalie Weizenbaum
bfff691df2 Document the --no-charset flag
See sass/dart-sass#644
2019-04-07 16:39:53 -07:00
Natalie Weizenbaum
7120ef2432
Indicate that Ruby Sass is end-of-life (#319)
Closes #206
2019-04-05 15:48:12 -07:00
Natalie Weizenbaum
bf21b7f160
Merge pull request #317 from sass/adjacent-tabs
Render syntax examples using adjacent tabs if they're narrow enough

Closes #311
2019-04-04 23:56:06 -07:00
Natalie Weizenbaum
4b6b15b1ab
Add special styling for intro pages (#316)
This just bumps up the font size a bit, to help emphasize that these
pages are special and make them look less bare.

Closes #276
2019-04-04 23:55:07 -07:00
Natalie Weizenbaum
d42fca01ff Remove the Maps introduction paragraph
This code examples in this paragraph don't fit in the larger font
size.
2019-04-03 16:39:35 -07:00
Natalie Weizenbaum
3d20c8f536 Fix some broken Markdown links 2019-04-03 16:38:26 -07:00
Natalie Weizenbaum
be95e0c7df Allow examples to split even if they can't split in the middle 2019-03-28 19:13:31 -07:00
Natalie Weizenbaum
f56c48cafc Render syntax examples using adjacent tabs if they're narrow enough
Closes #311
2019-03-28 19:13:22 -07:00
Natalie Weizenbaum
31ade4eebd Don't make syntax switcher arrows invisible in callouts (#312)
I'm not sure why this was done initially, but it seems wrong?
2019-03-20 03:47:13 +02:00
Natalie Weizenbaum
e22698388e
Merge branch 'wip.reference' into function-return 2019-03-19 13:40:00 -07:00
Natalie Weizenbaum
78429ae1b4
Add permalink icons to function API docs (#309)
Closes #308
2019-03-18 17:49:03 -07:00
Natalie Weizenbaum
4e6eb090a4
Merge pull request #306 from sass/impl-status
Tweak impl status styling
2019-03-18 17:48:47 -07:00
Natalie Weizenbaum
e3eb8cc442 Clarify that multiple / operations aren't treated as divison
Closes #303
2019-03-11 17:38:45 -07:00
Natalie Weizenbaum
b8fd618da7 Document forbidden assignment to non-existent global variables
Closes #285
2019-03-11 17:37:27 -07:00
Natalie Weizenbaum
36a1610c62 Always select SCSS by default 2019-03-11 02:02:38 -07:00
Natalie Weizenbaum
1d718a3fb3
Merge branch 'wip.reference' into function-return 2019-03-10 23:23:00 -07:00
Natalie Weizenbaum
d0c1079b78
Merge branch 'wip.reference' into impl-status 2019-03-10 23:22:02 -07:00
Natalie Weizenbaum
3b1a93afe9 Add a light border to callouts (#300)
This helps them stand out a tiny bit more, especially in functions
where their backgrounds are very similar to the function background.
2019-03-10 09:11:48 -05:00
Natalie Weizenbaum
f24f5927cd Fix the whitespace above code examples once and for all (#304)
Closes #302
2019-03-10 09:10:50 -05:00
Natalie Weizenbaum
0ce28695ce Fix broken links 2019-03-08 17:57:33 -08:00
Natalie Weizenbaum
4c58ef0739 Add a partial support state for impl statuses 2019-03-08 17:11:11 -08:00
Natalie Weizenbaum
482542ac08 Add a header for impl status bars
This gives us a place to disambiguate between implementation statuses
that refer to the entire feature under discussion, and those that just
refer to sub-features.
2019-03-08 16:48:27 -08:00
Natalie Weizenbaum
7fd5bd1c7a Tweak impl status styling
* Make the font smaller to make them less prominent and help visually
  associate the callout with the list.
* Decrease the top margin to more clearly associate them with their
  preceding header.
* Lighten the callout background when in another callout to make it
  more visible.
* Animate the expand button.
2019-03-08 16:45:43 -08:00
Natalie Weizenbaum
681d63c698 Follow the style guide for implementation notes 2019-03-08 15:26:48 -08:00
Natalie Weizenbaum
488d656af3 Add a docsearch class to the has_no_sidebars layout
This ensures the Ruby Sass, Dart Sass, and Install pages get indexed.
2019-03-07 11:51:42 -08:00
Natalie Weizenbaum
93b739b04f Show SCSS syntax by default 2019-03-04 19:32:49 -08:00
Jina Anne
f6f238b3ea callout update 2019-03-04 19:11:26 -08:00
Jina Anne
902ca93412 Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference 2019-03-04 18:36:39 -08:00
Jina Anne
e541d4a6ef impl 2019-03-04 18:36:34 -08:00
Natalie Weizenbaum
ce1dfc1585 Fix some mixed-up links 2019-03-04 18:30:15 -08:00
Jina Anne
50eef3ca48 Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference 2019-03-04 18:29:30 -08:00
Jina Anne
ac992b3233 implementation 2019-03-04 18:29:20 -08:00
Natalie Weizenbaum
40e116a9ed Include return types in function signatures
Closes #298
2019-03-04 18:28:38 -08:00
Natalie Weizenbaum
8274243798 Fix a typo 2019-03-04 18:08:04 -08:00
Jina Anne
aa8ba21b75 fix code 2019-03-04 18:07:39 -08:00
Jina Anne
ff521bdbd0 fix code 2019-03-04 18:06:06 -08:00
Jina Anne
0408f08bd7 improve search box alignment 2019-03-04 18:03:07 -08:00
Jina Anne
2aea914aef Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference 2019-03-04 17:54:40 -08:00
Jina Anne
24fd1d9dd3 type tweak 2019-03-04 17:51:45 -08:00
Natalie Weizenbaum
0e8da5c350 Don't use :code for code blocks (#296)
For some reason, :code seems to add an empty line at the end of its
code block. This uses Markdown code blocks instead, although in order
to work around a RedCarpet bug it has to indent them strangely.
2019-03-04 19:46:32 -06:00
Jina Anne
1172c29570 impl-status styling 2019-03-04 17:27:20 -08:00
Jina Anne
03372dc401 style functions 2019-03-04 17:19:06 -08:00
Jina Anne
6a67728ab5 fix nav item spacing 2019-03-04 16:59:06 -08:00
Jina Anne
97042a5a28 make nav code not wrap 2019-03-04 16:55:24 -08:00
Jina Anne
096c6512f3 condense home 2019-03-04 16:50:23 -08:00
Jina Anne
94c9c002ec make call outs less… called out 2019-03-04 16:24:31 -08:00
Jina Anne
8aa45d75a3 make syntax switcher heading unique 2019-03-04 14:41:21 -08:00
Jina Anne
fcff312333 un-contain the dart sass page 2019-03-04 14:03:41 -08:00
Jina Anne
94aa8c62e0 fix ruby sass page 2019-03-04 13:57:56 -08:00
Natalie Weizenbaum
7cc3b1b375 Automatically add nice header linking behavior (#280)
* Make link headers look and work more like GitHub's

* Automatically generate links for all headers

* Flash headers when they're selected

* update readme
2019-03-04 15:16:52 -06:00
Ihor Sychevskyi
702fb86f23 upd current date (#278) 2019-03-04 15:09:01 -06:00
Natalie Weizenbaum
77311c93f9 Disable word wrapping for p code (#281) 2019-03-04 15:07:29 -06:00
Natalie Weizenbaum
8805a7ce33 Enable Algolia search (#289)
* Enable Algolia search

This adds:

* Algolia bootstrap JS.
* A search bar (without styling)
* A "docSearch-content" class to the main reference doc container, so
  the sidebars don't get indexed.
* A "docSearch-function" class to function names, so that they'll be
  indexed.

* Fix a few lints
2019-03-04 15:05:59 -06:00
Natalie Weizenbaum
05601451cd Fix the sitemap (#290)
Closes #286
2019-03-04 15:05:31 -06:00
Natalie Weizenbaum
d4eb2ef3f1 Always use HTTPS (#291)
* Make all links to the Sass site use HTTPS

* Force all requests to use HTTPS
2019-03-04 15:04:23 -06:00
Scott Kellum
9f3dc12a2c Modify the respectful language to include those outside the Sass community as well (#292) 2019-03-04 15:02:50 -06:00
onbcst
e8260e80e8 Rewrite python section. (#282)
The last commit to `python-scss` dates back to 2014.
2019-02-25 17:05:24 -08:00
Natalie Weizenbaum
e6771747ad Enable html-proofer for the new docs, and fix errors 2019-01-09 14:36:31 -08:00
Natalie Weizenbaum
62fa63b67a Fix some typos 2019-01-04 15:04:18 -05:00
Jina Anne
7ee1b68df5 link header 2018-12-28 18:03:50 -08:00
Jina Anne
4785328dff hover link 2018-12-28 18:01:32 -08:00
Jina Anne
c21200ba14 header linking 2018-12-28 17:59:53 -08:00
Jina Anne
fb5eb4f52c Clean up style guide 2018-12-28 17:26:36 -08:00
Jina Anne
9a4d66643e add list documentation 2018-12-28 17:03:29 -08:00
Jina Anne
c0478b1f89 remove broken sticky plugin 2018-12-28 16:50:04 -08:00
Jina Anne
6db6cad349 nav progress 2018-12-28 16:42:05 -08:00
Jina Anne
698ff52e1d remove nav border 2018-12-28 16:32:00 -08:00
Jina Anne
1a9e640fb3 Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference 2018-12-28 16:29:26 -08:00
Jina Anne
39263a13e3 update layout 2018-12-28 16:29:22 -08:00
Natalie Weizenbaum
e993e6bf42 Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference 2018-12-28 16:28:01 -08:00
Natalie Weizenbaum
c5a569055e Disable directory_indexes
Instead of compiling everything to directories containing index files,
we now compile to plain HTML files and rely on Rack::TryStatic to load
them.
2018-12-28 16:26:21 -08:00
Jina Anne
c7f02d1a44 more visible links 2018-12-28 16:13:58 -08:00
Jina Anne
1a3866c053 new community page 2018-12-28 15:56:52 -08:00
Natalie Weizenbaum
7f886f13ee Link to GitHub for Ruby Sass release notes 2018-12-28 15:45:13 -08:00
Natalie Weizenbaum
170352c8d0 Update Hampton's website link
It looks like the old link is broken.
2018-12-28 15:41:14 -08:00
Jina Anne
c95e419902 fix email 2018-12-28 15:27:34 -08:00
Jina Anne
644337a512 fix reference layout 2018-12-28 15:22:59 -08:00
Natalie Weizenbaum
06e0f29f93 Fix a merge error 2018-12-28 15:18:05 -08:00
Jina Anne
6207f9e069 update normalize 2018-12-28 15:10:31 -08:00
Jina Anne
5c23b769eb add headings to navs 2018-12-28 15:04:28 -08:00
Natalie Weizenbaum
25a40e45f9 Pad the syntax switcher with newlines rather than CSS padding (#266)
* Pad the syntax switcher with newlines rather than CSS padding

* Style nit
2018-12-28 14:57:14 -08:00
Jina Anne
936bc03a6c fix syntax errors 2018-12-28 14:55:48 -08:00
Natalie Weizenbaum
97c5ac21af Put the table of contents where it's supposed to go (#267) 2018-12-28 14:49:59 -08:00
Jina Anne
8b2d48f774 merge in master 2018-12-27 19:47:31 -08:00
Jina Anne
a139d47482 fix other layouts 2018-12-27 19:12:55 -08:00
Jina Anne
17077282d3 Merge branch 'wip.reference' of github.com:sass/sass-site into wip.reference 2018-12-27 19:07:06 -08:00
Jina Anne
3789242778 fix layout? 2018-12-27 19:07:00 -08:00
Natalie Weizenbaum
c344861698 Fix a typo 2018-12-27 18:12:55 -08:00
Jina Anne
69272daa3b
fix arrow icon with unicode character (#235)
* fix arrow icon with unicode character

* use bigger, bolder arrow
2018-12-27 17:33:42 -08:00
Natalie Weizenbaum
da252a276d Clarify exactly how long Ruby Sass will be maintained (#240) 2018-12-27 17:33:19 -08:00
Natalie Weizenbaum
b67fc7928b Add htmlproofer to verify links (#252)
* Add htmlproofer to verify links

Partially addresses #247

* Make htmlproofer a Rake task

* Verify that we don't have leftover Markdown links

* Don't build the full Ruby Sass docs before running htmlproofer

* Don't check generated documentation

* Fix a few more broken links

* Add another URL exception

* Limit which branches we run tests for

* Add more URL exceptions
2018-12-27 17:32:58 -08:00
Kaelig Deloumeau-Prigent
2f60b6ae2a Delete extraneous backwards slashes in Import section (#261) 2018-12-27 17:28:39 -08:00
Natalie Weizenbaum
d39671f9cd Document the new escaped tab behavior (#264)
See https://github.com/sass/sass/issues/2590
2018-12-27 17:25:06 -08:00
Jina Anne
e9d0793c1f make nav conditional 2018-12-27 17:19:19 -08:00
Jina Anne
5787e37007 clarify syntax 2018-12-27 17:04:10 -08:00
Jina Anne
4a5ee52092 fixes #262 2018-12-27 17:02:45 -08:00
Jina Anne
67020d2037 merge conflicts 2018-12-27 16:50:00 -08:00
Jina Anne
92d9baf850 fix nav 2018-12-27 16:43:43 -08:00
Jina Anne
66f3526bd5 major clean up 2018-12-27 16:31:28 -08:00
Natalie Weizenbaum
c56cbdc2e5 Fix a typo 2018-12-20 16:36:26 -08:00
Natalie Weizenbaum
a066703e22 Document rgba($color, $alpha)
Closes #254
2018-12-04 13:35:27 -08:00
Natalie Weizenbaum
6b015247a3 Document passing special functions to rgb() and hsl()
Closes #253
2018-12-03 18:39:07 -08:00
Natalie Weizenbaum
dd374df934 Add a heads-up about slash-separated arguments to rgb() 2018-12-03 18:19:05 -08:00
Natalie Weizenbaum
459af4324e Document the new rgb() and hsl() syntax
Closes #251
2018-12-03 17:25:01 -08:00
Natalie Weizenbaum
1de307796d Add redirects from old documentation locations to new ones 2018-12-03 16:41:00 -08:00
Natalie Weizenbaum
6a05e6af00 Remove an unused HTML page for the railroad diagram 2018-11-29 17:25:06 -08:00
Natalie Weizenbaum
378efd127c Embed the railroad diagram as an object
Including it inline caused some conflicts with the markdown parser.
2018-11-29 17:23:23 -08:00
Natalie Weizenbaum
c4c81ab60a Fix build errors 2018-11-29 17:04:51 -08:00
Natalie Weizenbaum
b78ca9d10c Add zero-width spaces before #-style comments in code blocks
Otherwise, Redcarpet interprets them as headers when generating the
table of contents. See vmg/redcarpet#664.
2018-11-29 16:04:00 -08:00
Natalie Weizenbaum
f34a7b87a6
Add a table of contents to select documentation pages (#260) 2018-11-29 15:43:18 -08:00
Natalie Weizenbaum
180d0c9e09 Document @content arguments
Closes #250
2018-11-05 17:53:30 -08:00
Natalie Weizenbaum
c8ff09b5eb Document interpolated at-rule names
Closes #249
2018-11-05 17:36:26 -08:00
Natalie Weizenbaum
61e86f4322 Document range-form media queries
Closes #248
2018-11-05 17:33:48 -08:00
Natalie Weizenbaum
6f7e4929ec Document SASS_PATH 2018-10-31 17:09:57 -07:00
Natalie Weizenbaum
29c32eec1a Merge remote-tracking branch 'origin/wip.reference' into wip.reference 2018-10-31 16:05:52 -07:00
Natalie Weizenbaum
997c3a7ecd Document the JavaScript API 2018-10-31 16:02:04 -07:00
Jina Anne
6620433c50 redo holy grail layout 2018-10-26 23:37:10 -07:00
Jina Anne
c81d53b5ec refactor breapoints 2018-10-26 23:06:47 -07:00
Jina Anne
7b26d6b684 clean up functions update intended code style in style guide 2018-10-26 21:35:30 -07:00
Natalie Weizenbaum
2b8bf01b7a Properly nest the reference table of contents 2018-10-26 16:04:26 -07:00
Natalie Weizenbaum
7a087e0501 Delete Ruby Sass API docs 2018-10-26 15:24:06 -07:00
Natalie Weizenbaum
c412b8dd4f Document Ruby Sass's CLI 2018-10-26 15:04:43 -07:00
Natalie Weizenbaum
6ad48ae89a Add CLI docs for Dart Sass 2018-10-25 16:46:08 -07:00
Natalie Weizenbaum
dd96c799c3 Document introspection functions 2018-10-24 15:01:43 -07:00
Natalie Weizenbaum
f01aac5d19 Fix broken function links 2018-10-23 17:45:14 -07:00
Natalie Weizenbaum
bfa0d22479 Merge remote-tracking branch 'origin/wip.reference' into wip.reference 2018-10-23 17:30:02 -07:00
Natalie Weizenbaum
0635a3bf61 Add documentation for selector functions 2018-10-23 17:24:13 -07:00
Jina Anne
3f1c2d338d lots of clean up 2018-10-23 15:06:39 -07:00
Natalie Weizenbaum
c7624469b3 Rename function pages to match proposed module names 2018-10-23 13:47:34 -07:00
Natalie Weizenbaum
9ef5ceded1 Add the ability to indent in ERB blocks 2018-10-23 13:42:40 -07:00
Natalie Weizenbaum
f879fcbc97 Add documentation for map functions 2018-10-23 13:01:12 -07:00
Natalie Weizenbaum
dbda46cc63 Share some list examples between function docs and value docs 2018-10-23 12:25:54 -07:00
Natalie Weizenbaum
2207a6042e Add documentation for list functions 2018-10-22 18:26:24 -07:00
Natalie Weizenbaum
6dc51b92e7 Don't autogen CSS for a debug example 2018-10-22 17:40:44 -07:00
Natalie Weizenbaum
0318929b69 Remove a TODO that's been done 2018-10-22 17:28:52 -07:00
Natalie Weizenbaum
5284490b2c Fix markdown in color function docs 2018-10-22 17:16:46 -07:00
Natalie Weizenbaum
05ee8c4582 Document color functions 2018-10-22 17:04:41 -07:00
Natalie Weizenbaum
dbd9a94175 Merge remote-tracking branch 'origin/wip.reference' into wip.reference 2018-10-22 14:25:09 -07:00
Natalie Weizenbaum
fc34fe4b75 Some colors function docs 2018-10-22 14:24:05 -07:00
Jina Anne
f47e8bd912 fix layouts to be DRY 2018-10-22 14:13:05 -07:00
Natalie Weizenbaum
6030761158 Add a helper for writing inline multi-syntax examples (#226)
* Add a helper for writing inline multi-syntax examples

This will be useful for #205.

* Add the ability to add CSS output to the syntax switcher

* Automatically generate CSS for the syntax switcher by default

* Fix most lints

* Fix a specificity bug

* Show SCSS syntax by default

* Fix a couple more lints

* Make the example helper template-engine-agnostic

* Support a "syntax switcher" with a single syntax

This will make it possible to do nice-looking single-syntax code
examples in the reference.

* Remove trailing whitespace
2018-10-22 12:00:45 -07:00
Natalie Weizenbaum
f5b3afc0f9 Update contributing documentation to reflect new processes (#234) 2018-10-22 11:58:42 -07:00
Natalie Weizenbaum
efc113ec86 [WIP] Reference 2018-09-27 16:05:00 -07:00
Miriam Speert Crowley
a0444a2b9c Update community.html.haml (#228)
fixed a few typos!  (or dropped words)
2018-09-19 16:34:25 -07:00
Natalie Weizenbaum
56f97b7751 Merge branch 'example-helper' into wip.reference 2018-08-30 14:45:16 -07:00
Natalie Weizenbaum
f70512c286 Support a "syntax switcher" with a single syntax
This will make it possible to do nice-looking single-syntax code
examples in the reference.
2018-08-30 14:43:38 -07:00
Natalie Weizenbaum
79dc77e9a9 [WIP] reference 2018-08-30 14:37:14 -07:00
Natalie Weizenbaum
8d518df3e3 Enable the syntax switcher outside of the tutorial 2018-08-30 14:36:30 -07:00
Natalie Weizenbaum
078b93a181 Merge branch 'example-helper' into wip.reference 2018-08-30 14:25:57 -07:00
Natalie Weizenbaum
a833c56bf8 Show SCSS syntax by default 2018-08-29 17:59:51 -07:00
Natalie Weizenbaum
83945aa3c2 Fix a specificity bug 2018-08-29 17:54:04 -07:00
Natalie Weizenbaum
cc0f453e88 Fix most lints 2018-08-29 17:50:00 -07:00
Natalie Weizenbaum
874d159c04 Automatically generate CSS for the syntax switcher by default 2018-08-29 17:29:32 -07:00
Natalie Weizenbaum
221d4cc0ec Add the ability to add CSS output to the syntax switcher 2018-08-29 17:29:32 -07:00
Natalie Weizenbaum
3d0f5c6ffc Add a helper for writing inline multi-syntax examples
This will be useful for #205.
2018-08-29 17:29:31 -07:00
Natalie Weizenbaum
46482b1102 [WIP] Port reference docs to the site 2018-08-16 18:04:22 -07:00
mockturtl
a05d2d996e fix typo (#222)
Fixes #221.
2018-08-15 17:59:08 -07:00
Natalie Weizenbaum
eedab31bd6 Update my website links (#220) 2018-08-14 13:46:12 -07:00
Natalie Weizenbaum
6c1cef2856 Remove --devel from "brew install" (#218)
Dart Sass is stable now so this isn't necessary.
2018-06-29 18:21:10 -07:00
jamesbrauman
7b7d7f9c74 Update border-radius mixin in guide.html.haml (#215)
Fixes a documentation bug. https://github.com/sass/sass-site/pull/176 changed the property from `border-radius` to `transform`, but the text in the guide was not updated to reflect this change.
2018-06-18 14:24:56 -07:00
Jina Anne
c47d78a9c7 fix merge conflict 2018-06-16 14:34:18 -07:00
Guillaume Bonnet
e6cf9a748d Update @mixin prefixe property (#176)
* Update _homepage-mixins-css.md

* Update _homepage-mixins-sass.md

* Update _homepage-mixins-scss.md

* Update guide.html.haml

Changing #topic-6 :
property border-radius to transform because prefixe border-radius is outdated

* Update _homepage-mixins-sass.md

* Update _homepage-mixins-scss.md

* Update guide.html.haml

* Update guide.html.haml

Short line 150

* Update _homepage-mixins-scss.md

* Update guide.html.haml
2018-06-16 14:29:08 -07:00
Natalie Weizenbaum
61fb106f7a Revert "Temporarily stop mentioning sass --watch (#211)" (#214)
This reverts commit 85b347c060.
2018-06-16 14:25:19 -07:00
SamualLB
921968bc94 Fix type please not -> note (#212) 2018-04-01 17:45:04 -07:00
Natalie Weizenbaum
85b347c060 Temporarily stop mentioning sass --watch (#211)
This is not yet supported by Dart Sass (sass/dart-sass#264) and the
documentation is confusing users.
2018-03-30 14:12:14 -07:00
Chris Hager
4a38e3c003 Fix typo: bew install sass/sass/sass (#210)
* Fix typo: `bew install sass/sass/sass`

-> `brew install sass/sass/sass`

* also need `--devel`

`brew install --devel sass/sass/sass`
2018-03-28 10:31:03 -07:00
Natalie Weizenbaum
83149fbe4e Merge remote-tracking branch 'origin/master' into dart-sass 2018-03-22 17:21:25 -07:00
Natalie Weizenbaum
027e49e944 Link to a better explanation of the OS path 2018-03-21 14:11:45 -07:00
Erich Gubler
fe00f1e1de Add a Rust entry for the LibSass page 2018-03-20 13:33:15 -04:00
Natalie Weizenbaum
ace07f1d7c Add a page about Ruby Sass 2018-03-17 12:43:04 -07:00
Natalie Weizenbaum
acf1b448a6 Add a page about Dart Sass 2018-03-17 12:43:04 -07:00
Natalie Weizenbaum
ce8804d676 Update install documentation for Dart Sass 2018-03-17 12:42:36 -07:00
Natalie Weizenbaum
e367b287a7 Add release info for all major implementations in the middle bar
This doesn't actually get the release data from anywhere yet, nor do
Ruby Sass nor Dart Sass have their own pages yet.
2018-03-17 12:38:51 -07:00
Donovan Glover
04984365b4 Add sass.cr to the list of LibSass wrappers (#201) 2018-03-09 14:43:20 -08:00
Raaj Trambadia
c1ddf2f684 updated year in footer to 2018. (#199) 2018-01-07 19:02:17 +00:00
Julián Herrera
f414e31df0 Update install.html.haml (#198) 2018-01-03 23:38:10 +00:00
Ashley Kolodziej
b8d1399aa5 Use placeholders in extend documentation (#193)
* Update snippets to use placeholder class

* Update docs text with placeholder reference

* Additional edits for clarity in how this works

* Add non extended placeholder example
2017-10-30 14:27:16 -07:00
Ashley Kolodziej
978134e122 Clarifies directory syntax in sass command (#194) 2017-10-30 14:25:46 -07:00
Janki Gajera
ad123695d4 updated year in footer to 2017 from 2016 (#191)
* updated year to 2017

* Update _contentinfo.haml
2017-08-30 12:40:52 -07:00
Natalie Weizenbaum
c5b0886812 Don't include the Sass version name
I plan to phase out the idea of a version name in favor of a purely-numeric
identifier.
2017-07-13 16:23:02 -07:00
Luis Boehme
3a6040de69 Fix misindentation on import code snippet for scss (#189) 2017-07-05 16:13:18 -07:00
Joe Francis
79be5acaf8 Fix case issue of Github vs GitHub (#188) 2017-06-05 13:48:52 -07:00
Tristan Lins
1baefd695f Add jsass to the java wrappers (#185)
* Add jsass to the java wrappers

I have added jsass to the list of java wrapper.
It is also used by the libsass-maven-plugin now.

PS: I'm the developer and maintainer of jsass ;-)

* Fix line length violation

* Remove trailing space
2017-03-28 17:39:02 -07:00
jp-co
7e65cbebec Fixed Compass.app website link (#180) 2017-02-15 16:23:44 -08:00
₍˄・·̫・˄₎
31bbd4eb6d change character count limit 2016-09-17 12:21:49 +02:00
Nick Schonning
9d24d31c6e Update the Libsas links in the Intro (#178)
- libsass.org, just points back to this page
- the primary GitHub repo is under the Sass org now, so skip the redirect from Hampton's repo to the main repo
2016-09-17 12:12:21 +02:00
Nick Schonning
7c13129e75 Wrapped Haml files at 80 characters (#179)
Since the CI system yells about this when you modify them going forward
2016-09-17 12:11:34 +02:00
The Jared Wilcurt
0505090dc9 Scout to Scout-App, OS Support updated (#173)
Scout has been rebranded to Scout-App. OS Support now includes Windows,
Linux, and OSX.
2016-09-06 15:14:40 -07:00
Dustin Ryerson
aba248340f Update scout-app link on install page (#171) 2016-09-05 20:26:03 -07:00
Natalie Weizenbaum
d538fcf343 Merge pull request #167 from GeorgeTG/master
Change gem install command in Linux
2016-07-08 13:17:06 -07:00
Hugo Giraudel
b65fd49731 Added link to SassC (#158) 2016-06-30 11:33:59 +02:00
Chris Bailey
e45e10614d Typo fix (#165) 2016-06-30 11:33:23 +02:00
Nirmalya Ghosh
988a604644 updated the year in the footer (#163) 2016-06-30 11:31:05 +02:00
George T. Gougoudis
71bf8252e0
Change gem install command in Linux 2016-06-26 15:51:57 +03:00
Hugo Giraudel
16dc8769e6 Normalised LibSass capitalisation 2016-02-27 13:58:18 +01:00
youmoo
23a987c9d2 fix typo 2016-02-16 10:02:56 +08:00
Tom Byrer
102ec2a2a9 rewrote GoLang links
removed abandoned Go Libsass wrappers
added pure GoLang compilers
2016-01-20 08:36:36 -07:00
Leonard Lamprecht
281d5d5650 Double quotes and improved structure 2015-12-30 11:40:12 +01:00
Leonard Lamprecht
b43db50343 Remove trailing whitespace and add double quotes 2015-12-30 11:39:57 +01:00
Leonard Lamprecht
1c6149a235 Position background differently on big screens 2015-12-30 11:30:34 +01:00
jina
5102766f5b Merge pull request #148 from rodneyrehm/patch-1
fix(libsass.html): correcting link to sass.js playground
2015-12-06 16:33:50 -08:00
Rodney Rehm
d7a31c96ed 80 character lines, why not 2015-12-07 01:28:03 +01:00
Chris Eppstein
5397108cf8 Grammar change from a user who emailed us. 2015-11-25 13:07:05 -08:00
Roy Tomeij
2888818307 Change 'Sass Repo' link in footer to 'Sass on GitHub' 2015-11-13 13:35:28 -06:00
Rodney Rehm
e233bd2ed5 fix(libsass.html): correcting link to sass.js playground 2015-10-27 14:35:45 +05:00
UNA A. KRAVETS
c341986dc1 added documentation on processing CSS with Sass in terminal to resolve #134 2015-10-24 16:34:48 -05:00
jina
35bda8b564 put sassy stickers & colors back up 2015-10-13 17:13:58 -07:00
jina
64fa4c1ce0 Merge branch 'master' of https://github.com/vanamco/sass-site into vanamco-master 2015-10-13 17:08:45 -07:00
jina
9a215cc641 Merge branch 'syntax-switcher' of https://github.com/Mr21/sass-site into Mr21-syntax-switcher 2015-10-13 17:06:04 -07:00
jina
ffbafff55e syntax fixes 2015-10-13 17:02:12 -07:00
jina
79fada4ee1 Merge branch 'master' of github.com:sass/sass-site into contribute 2015-10-13 16:55:38 -07:00
jina
8aac006d61 update gems, cleanup, and surface implementation guide better 2015-10-13 16:55:29 -07:00
Michał Ordon
601f1bd66f Remove Mixture from the Install page
Mixture is no longer available for download
2015-09-17 18:02:37 +01:00
Natalie Weizenbaum
1627d9e9ed Rewrite the contribution section.
The high-level goal of this rewrite is to make it easier to contribute.
It focuses less on requirements, especially for tweaks that can easily
be added by Chris and I after the fact, and more on familiarizing
potential contributors with what to do and how to get help with it.
2015-08-28 18:01:52 -07:00
Thomas Tortorini
598150cca3 Adding and removing '.ui-state-hover' is apparently no longer needed 2015-08-14 08:53:24 +02:00
Thomas Tortorini
7fbdb0923f Improve selection for initializing the ui-tabs 2015-08-14 08:40:12 +02:00
Thomas Tortorini
2afc346f0f Switch all the Sass/SCSS tabs together 2015-08-14 08:20:00 +02:00
Thomas Tortorini
99baca03d3 code-snippets, align the Sass code with the SCSS code 2015-08-14 07:51:12 +02:00
Florian
ede401d221 Add link to Ghostlab to install page 2015-08-07 13:51:21 +02:00
Thomas Tortorini
08db1eb744 code-snippets, fix, comment type
// base.sass
/* base.scss */
2015-08-06 03:49:43 +02:00
oesgalha
6a2f1e4956 Pointing to sassc-ruby as the ruby port to libSass because ruby-libsass is deprecated. 2015-08-04 12:07:42 -03:00
jina
60dc1b5647 Trans Justice Funding Message 2015-06-26 10:36:55 -07:00
jina
881370f009 #lovewins 2015-06-26 08:57:24 -07:00
jina
9aa838803f Fix merge conflict 2015-06-05 15:11:10 -07:00
jina
f99f2922cf reorg top sections 2015-06-05 13:29:39 -07:00
jina
f6f753ec53 add link from community page 2015-06-05 13:25:44 -07:00
jina
ab8d359987 Add column forematting 2015-06-03 14:07:57 -07:00
Natalie Weizenbaum
fbbb7eb25e Add an Implementation Guide.
This is designed to help creators of new Sass implementations know where
to start and what to avoid.
2015-05-29 16:06:52 -07:00
Michael JL Catlin
aa7d98bd44 Switching banner back to Sass stickers
Removing Camp Sass banner
2015-04-04 15:54:23 -04:00
jina
e148075b3c Sass, not SASS. :) 2015-04-01 16:51:37 -07:00
jina
329dcb4bb8 fix alt tag 2015-03-31 20:20:39 -07:00
jina
c8ccc0720a SASS, not Sass. 2015-03-31 20:12:33 -07:00
jina
b11b5317b6 punctuation 2015-03-31 19:56:07 -07:00
Michael JL Catlin
76e7792a45 Changing sticker alert to be about Camp Sass 2015-03-23 09:26:24 -07:00
Stu Robson
20f59aa07c updates slight wording error. 2015-02-28 13:26:23 +00:00
garthdb
f2fca3bb34 resizing bg prism to get rid of weird gap on retina 2015-02-01 16:10:15 -08:00
Michael JL Catlin
594efd2a07 Changing the date to 2015 2015-01-20 12:24:49 -08:00
marcker
f5ac358967 Add 'alt' attribute on all images that were missing 2015-01-07 02:39:20 -02:00
₍˄ุ.͡˳̫.˄ุ₎
7661b613a8 Merge pull request #108 from sdegutis/patch-1
Speed up scrolling
2015-01-06 13:51:21 -08:00
garthdb
3c54f1b651 optimized existing svgs and replaced some pngs with svgs for size optimization 2015-01-06 14:00:38 -07:00
Steven Degutis
dfc061c580 Speed up scrolling
Please? Pretty please?
2014-12-11 10:01:39 -06:00
Danny Fischer
402583a996 Reflect Mixture.io changes on the install page
Mixture.io is no longer under active development and now a free
application for OS X and Windows.

Details: http://mixture.io/blog/free/
2014-12-10 15:36:40 +01:00
David Awad
ba06b865ec Simple command for most linux users
just added this as I was on ubuntu and i think it's fair to assume that people will have ruby installed. Love the name by the way, I loled at selective steve.
2014-12-04 14:00:17 -05:00
dajo
90e254eccc fix links to documentation from styleguide pages
The trailing slash on URLs like http://sass-lang.com/styleguide/code/ caused the link to Documentation to break. This removes the trailing slash from generated URLs. P.S. First real commit; be gentle!
2014-11-14 13:17:23 -06:00
leranus
40bd6010c4 Update Prepros item for new version 5
New website + Prepros is now also available for Linux.
v5 isn't Open Source anymore, though v4 is.
2014-11-04 14:00:20 +01:00
Starbuck Johnson
f41eb125e2 Fix RubyInstaller link
The www. subdomain no longer goes to the correct site. It's just rubyinstaller.org now.
2014-10-05 13:40:59 -05:00
₍˄ุ.͡˳̫.˄ุ₎
e6bc446708 Update brand.html.haml 2014-10-04 13:22:01 -07:00
Michael JL Catlin
322ff5a404 Adding an explicit link to the logo issue reminding everyone we have had previous discussions about sexist imagery and itsuse with Sass branding 2014-10-04 13:32:54 -04:00
Michael JL Catlin
d21d780d78 Making preprocessors un-hyphenated (or should that be unhyphenated) and fixing the is are typo 2014-10-04 13:13:47 -04:00
Michael JL Catlin
a62fecba3e Adding a list of libsass projects to the libsass page on the site. Tried to keep within the style guides, using a side-bar list seen in the guides section. 2014-10-03 18:17:39 -04:00
Michael JL Catlin
e8a2e914ac Making the item in the sidebar say pre-processing (with a dash) to make it consistent with the subheader 2014-10-03 17:00:05 -04:00
Joe Aliperti
fc8c00cc05 fixed typo in import code snippet; the comment incorrectly indicated _reset.scss instead of _reset.sass 2014-09-09 10:45:41 -04:00
Chris Eppstein
9cc5cbe234 more obscure 2014-08-26 14:21:56 -07:00
Chris Eppstein
76188cba2d typo 2014-08-26 13:58:29 -07:00
Chris Eppstein
ae53c6a5cd gmail address for now. 2014-08-26 13:38:54 -07:00
Chris Eppstein
d8ead78243 Final edits. 2014-08-26 13:26:08 -07:00
Chris Eppstein
472fad4545 Fix some display issues for the footer and headers for small phones. 2014-08-26 13:25:57 -07:00
Jina Bolton
d98f5529dc Add to footer 2014-08-25 18:13:07 -07:00
Jina Bolton
e0acbc6a28 Add community guidelines. 2014-08-25 17:59:09 -07:00
wfdd
12f3afb602 shorthand selector for shorthand syntax; same order of selectors 2014-08-25 12:51:43 +03:00
Jina Bolton
7d9dd223ca Fix code + add minify html 2014-07-30 22:34:47 -07:00
Jina Bolton
89cad97f5d Update gems and un-abstract layouts for now. 2014-07-30 22:26:38 -07:00
Jina Bolton
ef92965012 Fix sitemap 2014-07-28 01:39:37 -07:00
Jina Bolton
201acddcd7 Fix errors causing build to fail. 2014-07-28 01:28:40 -07:00
Jina Bolton
7cfb4c5dab Update to newest stable Sass (Fixes #69), Susy (Fixes #68), Breakpoint, Compass and make appropriate CSS changes due to the changes. 2014-07-28 01:10:02 -07:00
Jina Bolton
3e6339e9a7 Reorganize layout 2014-07-27 19:34:14 -07:00
Jina Bolton
0b298d5cd0 Clean up meta 2014-07-27 19:04:11 -07:00
Jina Bolton
352f71fd1a Update site to remove IE conditionals 2014-07-27 18:58:17 -07:00
Jina Bolton
1d1932ce1a Improve humans text 2014-07-27 18:46:31 -07:00
Jina Bolton
4d140facf9 Add favicons and tiles 2014-07-27 17:53:42 -07:00
Jina Bolton
3ef8bfed8f Simplify apple touch icons 2014-07-27 17:21:08 -07:00
Jina Bolton
374c532fd0 Remove unused htaccess 2014-07-27 16:38:35 -07:00
Jina Bolton
1a2bf6a2a0 update js 2014-07-27 15:44:34 -07:00
Jina Bolton
1314aad37c Separate out HTML5 Boilerplate styles and reformat CSS a little. 2014-07-27 14:44:36 -07:00
Jina Bolton
f2a8a87820 Merge 2014-07-26 23:43:59 -07:00
Jina Bolton
46b0bb2d6c Add normalize gem and remove related styles 2014-07-26 23:42:13 -07:00
buddhamagnet
5b24a77ef1 reword nesting section 2014-07-23 10:48:10 -04:00
Jina Bolton
63ca14c977 Closes #84 2014-07-22 15:27:15 -07:00
Jina Bolton
8342ce2f4f Fix @nex3's name to correct name. https://gist.github.com/nex3/c3f7611a0b0a0d64a709 2014-07-18 14:00:42 -07:00
Jina Bolton
f99ee33e4f Related to #80 — @hcatlin please feel free to alter this page however. :) 2014-07-10 19:28:14 -07:00
₍˄ุ.͡˳̫.˄ุ₎
78a58115fe Merge pull request #74 from agentfitz/master
minor grammar/wording fix in nesting section
2014-07-10 17:15:05 -07:00
namusyaka
7194815722 Update sass repository URL 2014-07-01 21:23:01 +09:00
₍˄ุ.͡˳̫.˄ุ₎
41eeb24e82 Update Sass Repo logo. 2014-06-07 06:51:37 -07:00
₍˄ุ.͡˳̫.˄ุ₎
df16f5fe42 Add new shiny Source Serif Pro…
…to match the others in the type set. :)
2014-05-20 11:50:26 -07:00
Evan Dull
51307bc89a Fix wrapping of "COMMAND LINE" in chrome.
The text "COMMAND LINE" on the Install page is wrapping in chrome.
2014-05-09 16:30:10 -04:00
Brian FitzGerald
00fea22bc3 minor grammar/wording fix 2014-05-09 15:02:38 -04:00
Evan Dull
91976a3f61 Add missing period.
The "Import" section of the "Sass Basics" page was missing a period in the following sentence:

"When you import a file you don't need to include the file extension <code>.scss</code>"

It should read:

"When you import a file you don't need to include the file extension <code>.scss</code>."
2014-05-09 14:17:34 -04:00
Evan Dull
9518d27f0e Fix a typo.
The "Stable" section under "Contribute" had a typo in the following sentence:

"If you have a some code to contribute, fork the stable branch and send us a pull request."

It should read:

"If you have some code to contribute, fork the stable branch and send us a pull request."
2014-05-08 22:44:48 -04:00
₍˄ุ.͡˳̫.˄ุ₎
74ddaa8d63 Use official Twitter button for Team Sass Design
:)
2014-04-24 02:09:18 -07:00
₍˄ุ.͡˳̫.˄ุ₎
cb0f288a9b Update copyright.
TODO: Make this automaaaaaated.
2014-04-24 02:03:22 -07:00
Jina Bolton
d0ceca20f1 Update team page and make minor Firefox-related CSS fixes 2014-04-24 01:57:39 -07:00
₍˄ุ.͡˳̫.˄ุ₎
99425d6fa3 Add blog link. 2014-04-24 01:11:36 -07:00
₍˄ุ.͡˳̫.˄ุ₎
7fa9997f88 Add Sass repo link to footer 2014-04-21 11:33:45 -07:00
₍˄ุ.͡˳̫.˄ุ₎
650fc845af Fix formatting. 2014-04-19 16:03:34 -07:00
₍˄ุ.͡˳̫.˄ุ₎
21dc7eaaae Add logo color guidelines. 2014-04-19 16:00:12 -07:00
₍˄ุ.͡˳̫.˄ุ₎
785ba94477 Removing CampSass banner styles as well. 2014-04-19 14:56:51 -07:00
Michael JL Catlin
8d565d4035 Removing the CampSass alert 2014-04-19 14:43:32 -07:00
johncomposed
a13314a3fd Adding a little arrow to clarify what tab you're on.
Also added override for the a:focus blue hover since it:
a) Doesn't confine to the style guide
b) Makes the tab arrow look weird
2014-03-26 16:27:57 -04:00
Michael JL Catlin
dbdefb7eef I can't spell April 2014-03-20 12:25:01 -07:00
Michael JL Catlin
8d6ad06656 Adding a 'Come to CampSass' alert on the homepage 2014-03-20 10:52:34 -07:00
Ryan Kirkman
a42415a889 Update description of partials
Files that begin with an underscore should not be generated into a stand alone CSS file.
2014-03-19 13:36:28 -07:00
Jina Bolton
206880a768 Fixes #39 — Adds SCSS/Sass syntax switcher to Guide. 2014-03-13 22:04:34 -07:00
Jina Bolton
867362ed5e Fixes #50 2014-03-13 17:51:23 -07:00
Jina Bolton
97b735fe83 Fixes #54 — Using a better monospace font stack and switching to a different color theme. 2014-03-13 17:46:22 -07:00
Jina Bolton
a2582188aa Closes #24 and Closes #56 -- Adds libSass resources and implementations to the Community page. @hcatlin made a website for libSass, so rather than making a new page, we can link to that for now. 2014-03-13 17:01:47 -07:00
Jina Bolton
584ad93f67 Fixes the broken URL to the zip file. *head-desk* 2014-03-13 14:55:50 -07:00
marleyblakedog
760104ea21 Escape underscores in file names on import example 2014-03-06 09:27:53 -05:00
RedRiderX
2203318323 Remove dead link to Prepros Pro
http://alphapixels.com/prepros/pro is a dead link and http://alphapixels.com/prepros/ now provides information for the OSS and Paid versions. I consolidated both entries.
2014-03-03 10:56:18 -05:00
Mike MacCana
b71937750f Mention Windows Command Prompt explicitly. 2014-02-18 14:18:25 +00:00
Mike MacCana
b0f350d9cd Open your Terminal
'Open your Command line application' could refer to a command line application like, say, grep, or the scss program itself (which is what I thought this meant the first time I read it). Be more specific.
2014-02-18 13:10:24 +00:00
₍˄ุ.͡˳̫.˄ุ₎
6b576e5238 Merge pull request #49 from sturobson/patch-1
removes non-existing -o- Opera prefix
2014-01-06 12:42:49 -08:00
Stuart Robson
e3013b7aa9 removes non-existing -o- Opera prefix
Opera never prefixed border-radius
2014-01-06 16:13:50 +00:00
Stuart Robson
6b8f5afd7a removes non-existing -o- Opera prefix
Opera never prefixed border-radius
2014-01-06 16:13:22 +00:00
₍˄ุ.͡˳̫.˄ุ₎
8e81ccf575 Thanks Andrew M for emailing me to point out the typo. 2013-12-19 15:56:55 -08:00
Dustin Horton
0c17b3ab0c move padding from .navigation to .navigation ul 2013-11-29 02:08:58 -05:00
namusyaka
8128339fbf Remove unnecessary end tag. 2013-11-11 20:34:27 +09:00
Brent J. Nordquist
6a1e588064 Fix typo in code snippet for extend
the SCSS snippet sets the "border" property of .message,
but the resulting CSS snippet has "border-color" (should be "border")
(and obviously you can't use "1px solid" on border-color)
2013-11-07 10:17:31 -06:00
₍˄ุ.͡˳̫.˄ุ₎
8f00027af6 Adobe is forcing their logins on typekit now, so my previous typekit account died. :( Changing ID to my adobe account id. 2013-10-30 13:16:57 -07:00
₍˄ุ.͡˳̫.˄ุ₎
a6867b40e8 closes #43 2013-10-24 17:40:35 -07:00
₍˄ุ.͡˳̫.˄ุ₎
18f594c0e1 Merge pull request #42 from Drager/sni
border-color should just be a color, not style and size as well
2013-10-19 14:32:08 -07:00
Jesper Håkansson
ae2544f621 border-color should just be a color style and size as well
You can't use border-color like that, can you? Border color should just be a color.
2013-10-19 23:24:10 +02:00
Jesper Håkansson
c963797039 Fixed link to #Blogs 2013-10-19 22:56:13 +02:00
Bermon Painter
bf4622f37f Fixes #36. Missing logo.zip
Looks like a the image directory was changed to 'img' but the logo.zip didn't get moved to the 'img' directory.
2013-10-17 09:10:25 -04:00
₍˄ุ.͡˳̫.˄ุ₎
9ab3111407 improve hero layout 2013-10-17 00:20:58 -07:00
₍˄ุ.͡˳̫.˄ุ₎
db7b76f6de fix weird footer issues 2013-10-17 00:08:47 -07:00
₍˄ุ.͡˳̫.˄ุ₎
d21bfb277e adjusting 404 layout 2013-10-16 23:49:48 -07:00
Nathan Weizenbaum
c997abb9ef Support a real 404 page. 2013-10-16 23:46:28 -04:00
₍˄ุ.͡˳̫.˄ุ₎
c8f211e60c Adding logo license, per core team's request 2013-10-16 15:06:57 -07:00
Bermon Painter
bd43bf63fc Fixes #31 Added missing information to installation guide 2013-10-16 08:10:57 -04:00
₍˄ุ.͡˳̫.˄ุ₎
8027b702c2 add some additional styling to the docs 2013-10-16 00:47:46 -07:00
₍˄ุ.͡˳̫.˄ุ₎
27380305f5 center headers 2013-10-16 00:14:29 -07:00
₍˄ุ.͡˳̫.˄ุ₎
9197485905 add install images 2013-10-16 00:11:01 -07:00
₍˄ุ.͡˳̫.˄ุ₎
b1ebbe2e2a Update _code.scss
Removing stuff that made code blocks fugly on mobile.
2013-10-15 18:23:34 -07:00
₍˄ุ.͡˳̫.˄ุ₎
65ca03170f adding breakpoint to extension list 2013-10-15 16:40:35 -07:00
₍˄ุ.͡˳̫.˄ุ₎
10b9d27292 fix layout code 2013-10-15 16:36:49 -07:00
Chris Eppstein
1f9254fd24 Haml != Markdown
without a `:markdown` filter. Switched to a normal link.
2013-10-15 16:29:25 -07:00
Chris Eppstein
20324accd9 New copy about contributing 2013-10-15 16:20:22 -07:00
₍˄ุ.͡˳̫.˄ุ₎
e25eaee8b3 Removing snark. :) 2013-10-15 16:06:36 -07:00
₍˄ุ.͡˳̫.˄ุ₎
02c039d913 Update _navigation.scss
Why did I put this here. Ugh.
2013-10-15 16:03:22 -07:00
Chris Eppstein
755870322c Change the link text to Compass.app
Compass.app is not the same thing as Compass.
2013-10-15 15:44:12 -07:00
Nathan Weizenbaum
08192fc48f Fix a syntax error in styleguide/brand. 2013-10-15 14:13:19 -07:00
Nathan Weizenbaum
da0194f767 Make the Google analytics code work with the old and new GA versions. 2013-10-15 13:39:50 -07:00
₍˄ุ.͡˳̫.˄ุ₎
9a45b34239 Update _contentinfo.haml
Update for renamed repo
2013-10-15 11:09:51 -07:00
Hampton Catlin
425dca5ae2 Need to be a lot more clear about free/paid applications! plus open source or not 2013-10-15 09:18:56 -04:00
₍˄ุ.͡˳̫.˄ุ₎
98a475bdb7 fixes #16 by removing the display: table on containers (I had forgotten to remove those when we switched layout systems). 2013-10-14 17:33:21 -04:00
₍˄ุ.͡˳̫.˄ุ₎
c028d87592 layout derping 2013-10-14 16:56:15 -04:00
₍˄ุ.͡˳̫.˄ุ₎
13ed720f3d Update community.html.haml
This content made better sense up top. Don't know why I moved it in the first place.
2013-10-14 16:48:40 -04:00
₍˄ุ.͡˳̫.˄ุ₎
b676b38681 Delete style-guide.haml
Unused.
2013-10-14 16:42:50 -04:00
₍˄ุ.͡˳̫.˄ุ₎
249c7faabc Whoopsies. I didn't catch that Bermon had fixed this. :) 2013-10-14 15:57:33 -04:00
₍˄ุ.͡˳̫.˄ุ₎
d682e1b573 I like working in patterns & proportions. .25 seemed nicer than .22. :) 2013-10-14 15:55:24 -04:00
₍˄ุ.͡˳̫.˄ุ₎
92f17202ec Lots of clean up. 2013-10-14 15:52:40 -04:00
₍˄ุ.͡˳̫.˄ุ₎
59cdfa6aee Merge branch 'master' of https://github.com/sass/sass.github.com 2013-10-14 15:03:14 -04:00
₍˄ุ.͡˳̫.˄ุ₎
6b6dd27bf0 Addressing @kaelig's Issue posted here: https://github.com/sass/sass.github.com/issues/18 2013-10-14 15:03:08 -04:00
Ahmed Chergaoui
efb7c805d8 Replaced #ccc by #333 for consistency 2013-10-14 20:45:42 +02:00
Bermon Painter
8d2dc639f9 Fixes #19. Missing Sass logo download file. 2013-10-14 13:12:53 -04:00
Bermon Painter
e2f93c24c8 Merge branch 'master' of github.com:sass/sass.github.com 2013-10-14 13:09:23 -04:00
Bermon Painter
5be10da98a Fixes #17. Favicons
- Added the favicons in the source directory
- Disabled the automatic favicon creator. It's doesn't need to run on build each time.
- Fixed the name of the icons in the meta data
2013-10-14 13:07:38 -04:00
₍˄ุ.͡˳̫.˄ุ₎
e84778fbdd Merge pull request #12 from MarioRicalde/alert-release
"Pixel perfection for .realease notice element."

Works for me. Thanks!
2013-10-14 09:35:49 -07:00
₍˄ุ.͡˳̫.˄ุ₎
06fbe89e4c Merge pull request #11 from MarioRicalde/responsive-bar-icon
"Responsive bar icon"

I liked the subtlety but it's probably better more visible. Thanks!
2013-10-14 09:32:24 -07:00
₍˄ุ.͡˳̫.˄ุ₎
8cb97e5849 Merge pull request #10 from MarioRicalde/stripe-changes
Word!
2013-10-14 09:29:00 -07:00
Bermon Painter
d592056a18 Merge pull request #15 from RiotHQ/master
Add Hammer to the Install page!
2013-10-14 09:15:15 -07:00
essdot
90a85e4950 Fix typo 2013-10-14 11:49:06 -04:00
Elliott Kember
15a81c87fa If I thought we'd be listed alphabetically, I'd have called it Anvil instead. 2013-10-14 13:01:40 +01:00
Elliott Kember
b21d8ea3da Hammer in Applications list 2013-10-14 13:01:26 +01:00
Bermon Painter
99505e403a Merge pull request #13 from Aptary/master
Fix typos in install and guide haml
2013-10-14 04:28:40 -07:00
Pete Nelson
dac4789dc6 Added Mixture to the list of applications 2013-10-14 09:29:09 +01:00
Edward Ball
c5b37ca160 Fix typos in install and guide haml 2013-10-14 00:57:42 +01:00
Mario Ricalde
2216036427 Pixel perfection for .realease notice element.
On Production:
https://dl.dropboxusercontent.com/s/6mwsz12ln1h3zip/2013-10-13%20at%206.39%20PM.png

Fixed:
https://dl.dropboxusercontent.com/s/08w8bdj6rfwl4c2/2013-10-13%20at%206.36%20PM.png

Zoom:
https://dl.dropboxusercontent.com/s/bp0obk3mcw29rh4/2013-10-13%20at%206.37%20PM.png
2013-10-13 18:36:44 -05:00
Mario Ricalde
380e50044d Adds more contrast to the .icon-bar element
Using the border color (iron) on an already iron backgorund makes it pretty hard to see.
2013-10-13 17:35:03 -05:00
Mario Ricalde
37b7df3b0f The stripe has no inline shadow and it's smaller
The reasoning behind removing the inline shadow is that it's uneeded.
It's a distraction, and the overall theme wants to go the flat route.

The reasoning behind making the stripe smaller, is that when it's too
tall it's distracting, also 0.5 em seems to be a bit too much, especially
when compared against the logo thicker part ( 8px ). I've lowered it to half
of that 0.22em ~= 4px.
2013-10-13 17:22:22 -05:00
Michael Parenteau
e88d461b2a fix broken links for Nathan and Hampton in footer 2013-10-13 14:49:25 -07:00
Nathan Weizenbaum
73bd677073 Get rid of some unused pages that are causing "middleman build" to fail. 2013-10-13 16:10:29 -04:00
₍˄ุ.͡˳̫.˄ุ₎
e913e6176b glasses ftw 2013-10-13 14:31:48 -04:00
₍˄ุ.͡˳̫.˄ุ₎
f6883536bf forgot to change the domains in these, whoopsies. 2013-10-13 11:34:25 -04:00
₍˄ุ.͡˳̫.˄ุ₎
adea8735f2 merge 2013-10-12 19:32:01 -04:00
₍˄ุ.͡˳̫.˄ุ₎
b05ec80eeb Update style guide 2013-10-12 19:26:11 -04:00
₍˄ุ.͡˳̫.˄ุ₎
519376731a layout fix 2013-10-12 17:54:15 -04:00
Nathan Weizenbaum
de1521b86b Make /install fail gracefully if the version number doesn't exist. 2013-10-12 17:46:21 -04:00
Nathan Weizenbaum
739343c2e6 Add the sass-lang.com analytics id. 2013-10-12 17:40:16 -04:00
₍˄ุ.͡˳̫.˄ุ₎
e5472eda9d Merge branch 'master' of https://github.com/sass/sass.github.com 2013-10-12 17:39:58 -04:00
₍˄ุ.͡˳̫.˄ุ₎
09099e9fe9 tweaking install page 2013-10-12 17:39:55 -04:00
Nathan Weizenbaum
d307d7f2be Point the Release Notes link to the bundled changelog. 2013-10-12 17:32:25 -04:00
Michael Parenteau
5a98132c4f Merge branch 'master' of github.com:sass/sass.github.com 2013-10-12 13:38:58 -07:00