1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 05:07:11 +03:00
Commit Graph

5856 Commits

Author SHA1 Message Date
Jon Rohan
0dadc689af
Merge branch 'main' into primitives_version_loosen 2021-05-26 17:01:10 -07:00
Jon Rohan
e79c10891d
Merge pull request #1428 from primer/dependabot/npm_and_yarn/docs/dns-packet-1.3.4
Bump dns-packet from 1.3.1 to 1.3.4 in /docs
2021-05-26 16:18:50 -07:00
dependabot[bot]
cfc2cf6fdc
Bump dns-packet from 1.3.1 to 1.3.4 in /docs
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 23:15:05 +00:00
Jon Rohan
454124e4d8
Merge pull request #910 from primer/remove-animation
Remove animation
2021-05-26 16:14:13 -07:00
Jon Rohan
daa9c84266
Removing loadable and bodymovin 2021-05-26 16:12:54 -07:00
Jon Rohan
c134c237bd
Merge branch 'main' into remove-animation 2021-05-26 16:05:27 -07:00
Jon Rohan
6dad17845f
Create hip-bees-look.md 2021-05-26 14:57:18 -07:00
Jon Rohan
108cbce13b
Don't require direct version of primitives 2021-05-26 14:56:14 -07:00
Jon Rohan
9bbe8fb200
Update stale.yml 2021-05-26 14:46:31 -07:00
Jon Rohan
901582bfc9
Update stale.yml 2021-05-26 14:44:11 -07:00
Jon Rohan
71dc139d3b
Merge pull request #1425 from primer/stale
Stalebot to close stale PR/Issues
2021-05-26 10:14:38 -07:00
Jon Rohan
00325c7b74
Merge branch 'main' into stale 2021-05-26 10:13:14 -07:00
Jon Rohan
4fd6b19250
Update stale.yml 2021-05-26 10:12:34 -07:00
Jon Rohan
67c54a8327
Update stale.yml 2021-05-26 10:09:53 -07:00
Jon Rohan
1369fa3ee8
Update stale.yml 2021-05-26 09:53:13 -07:00
Jon Rohan
ebcaf806e0
Update stale.yml 2021-05-26 09:45:34 -07:00
Jon Rohan
7c8292161c
Update stale.yml 2021-05-26 09:45:08 -07:00
Jon Rohan
aed1b3b626
Organize the settings a bit 2021-05-26 09:34:00 -07:00
Manuel Puyol
3955254262 specify the divider flowrow variants 2021-05-26 10:35:01 -05:00
Jon Rohan
b992f6f167
Update quiet-rings-confess.md 2021-05-26 08:16:28 -07:00
simurai
57c1797b78
Merge pull request #1420 from hpalacio/hpalacio/lists
lists.scss: reset <ol> without 'type' attr to "decimal"
2021-05-26 17:30:43 +09:00
simurai
a113b7bd9a
Merge pull request #992 from primer/mono-font
Support SF Mono font in Firefox and Safari
2021-05-26 16:08:29 +09:00
Jon Rohan
55302dc232 Create quiet-rings-confess.md 2021-05-26 08:56:12 +02:00
Hector Palacios
38c9c8da95 lists.scss: reset <ol> without 'type' attr to "decimal"
HTML default list-style-type is "decimal" when there is no 'type'
attribute.

In MarkDown language, you can't specify the style type of a list
item, so nested lists *always* represent with decimal numbers at
any level. Since this is not user friendly, GitHub CSS styling
overrides the HTML standard by setting lower-roman for second-level
items and lower-alpha for third-level items.

In AsciiDoc language, you can specify the style type of a list
item using a tage before the list, for example:

   Tag		    Produces
   [loweralpha]     <ol type="a">
   [lowerroman]     <ol type="i">
   [decimal]        <ol>

The [decimal] tag doesn't generate any 'type' attribute because
the HTML standard when there is no type, *is* decimal.
If such a [decimal] tag is used on a second-level or third-level
item, GitHub CSS for MarkDown overrides HTML standard and you get
instead a lowerroman or loweralpha sign.

The added CSS resets the list-style-type of <ol> without type to
decimal, as it should be in the first place, for the construction
div > ol, which is only produced by AsciiDoc files, to avoid any effect
on existing MarkDown files.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
2021-05-26 08:56:12 +02:00
Jon Rohan
90f95693f5
Create small-spies-give.md 2021-05-25 20:23:39 -07:00
Jon Rohan
efbd3a6ba0
Merge pull request #1423 from primer/variables_updates
Properly calculating the variables computed value for dist folder
2021-05-25 20:12:31 -07:00
simurai
1502641de7
Merge pull request #1219 from arzg/ui-monospace
Prepend monospace font stack with new ui-monospace font family
2021-05-26 11:48:18 +09:00
simurai
0a278f7871
Merge branch 'mono-font' into ui-monospace 2021-05-26 11:37:10 +09:00
Jon Rohan
af5787b416
Merge pull request #1424 from primer/kh-update_breadcrumbs_divider
Update CSS for breadcrumb slash separator
2021-05-25 16:06:09 -07:00
Jon Rohan
31715cb283
Merge branch 'main' into kh-update_breadcrumbs_divider 2021-05-25 16:05:07 -07:00
Jon Rohan
2361793365
Update stale.yml 2021-05-25 16:02:34 -07:00
Kate Higa
7ef1b74662 fix linters 2021-05-25 16:00:36 -07:00
Jon Rohan
573980b271
Merge branch 'main' into stale 2021-05-25 15:59:43 -07:00
Kate Higa
30597af94d Update CSS for breadcrumb slash separator 2021-05-25 15:31:16 -07:00
Manuel Puyol
c2d4d73390
Merge branch 'main' into layout-flow-as-row 2021-05-25 17:17:23 -05:00
Jon Rohan
dfbb3cf114
Merge pull request #1417 from primer/dependabot/npm_and_yarn/docs/browserslist-4.16.6
Bump browserslist from 4.16.3 to 4.16.6 in /docs
2021-05-25 15:12:29 -07:00
dependabot[bot]
e35b7d8115
Bump browserslist from 4.16.3 to 4.16.6 in /docs
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-25 22:11:21 +00:00
Jon Rohan
d8e68c56bf
Merge pull request #1416 from primer/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.16.3 to 4.16.6
2021-05-25 15:10:21 -07:00
Jon Rohan
794c06d0ed
Merge branch 'main' into dependabot/npm_and_yarn/browserslist-4.16.6 2021-05-25 15:09:03 -07:00
Jon Rohan
6f79bfaa7a
Create fuzzy-cars-promise.md 2021-05-25 14:44:12 -07:00
Jon Rohan
93b40e7b7d
Properly calculating the variables computed value for dist 2021-05-25 14:29:18 -07:00
Manuel Puyol
1ec75e6c40 update changeset 2021-05-25 16:01:20 -05:00
Manuel Puyol
af1e573a48 add sidebar positioning classes when flowing as row 2021-05-25 16:00:00 -05:00
Manuel Puyol
b321af0ba8 lint mixins 2021-05-25 15:45:50 -05:00
Manuel Puyol
882c570f9a add changeset 2021-05-25 15:44:29 -05:00
Manuel Puyol
25930ec8ef extract mixins to avoid repetition in flowRow classes 2021-05-25 15:38:41 -05:00
Manuel Puyol
d40018a715 Improve dividers on mobile 2021-05-25 15:27:17 -05:00
Manuel Puyol
f0fa3df553 Add Layout--divided-shallow class 2021-05-25 15:18:50 -05:00
simurai
e02694d1ba
Merge pull request #1419 from primer/changeset-release/main
Release Tracking
2021-05-25 10:13:35 +09:00
github-actions[bot]
2d2fd04d84 Version Packages 2021-05-25 01:11:02 +00:00