Commit Graph

765 Commits

Author SHA1 Message Date
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
78868229b5
Merge pull request #374 from sass/merge-use
Merge feature.use
2019-10-01 18:50:50 -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
910b025a5f Merge branch 'feature.use' 2019-10-01 15:23:32 -07:00
Natalie Weizenbaum
2b88bfbd4d
Document the Sass migrator (#372)
Closes #358
2019-10-01 15:21:30 -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
d3c3ddfa44
Merge pull request #370 from sass/new-functions
Document new built-in functions
2019-09-24 11:53:56 +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
add846dff2
Automatically expand short in-page tables of contents (#367)
Most tables of contents within a single documentation page are quite
short, so having them start out collapsed just requires extra clicks.
This expands them just enough that they're no longer than
the (smallest possible version of) the global table of contents.
2019-09-06 14:15:00 -07:00
Natalie Weizenbaum
d8c3238c79
Document @forward (#368)
Closes #362
2019-09-06 14:13:51 -07:00
Natalie Weizenbaum
ab7d3ecda7
Merge pull request #366 from sass/built-in-modules
Module-ify built-in function documentation
2019-09-05 14:54:41 -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
b27ef20281
Document the @use rule (#364)
Closes #361
2019-09-04 12:44:36 -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
cee35c1346 Check /blog URLs against the live Sass blog 2019-05-30 04:50:56 -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
Natalie Weizenbaum
801118fe88
Merge pull request #341 from ght/fix-link-and-leftover-line
Fix implementation guide link in CONTRIBUTING.md, remove leftover obsolete half-sentence in styleguide/code
2019-05-13 13:09:33 -07:00
Galdor Takacs
fe63cfa534 styleguide/code: Remove obsolete line forgotten in 92d9baf850 2019-05-10 05:37:51 +02:00
Galdor Takacs
3c0881f431 Fix link to implementation guide in CONTRIBUTING.md 2019-05-10 05:35:55 +02:00
Natalie Weizenbaum
2b5fcbdd2a
Merge pull request #340 from sass/bundle-js
Bundle all JS into a single file
2019-05-08 15:30:17 -07: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