@nationalarchives/frontend 0.1.63 → 0.1.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -206,16 +206,6 @@ small {
206
206
  }
207
207
  }
208
208
 
209
- /* stylelint-disable scss/percent-placeholder-pattern */
210
- &--no-link-arrow {
211
- a {
212
- &::after {
213
- display: none;
214
- }
215
- }
216
- }
217
- /* stylelint-enable scss/percent-placeholder-pattern */
218
-
219
209
  strong {
220
210
  font-weight: inherit;
221
211
  }
@@ -307,6 +297,14 @@ small {
307
297
  @extend %heading-s;
308
298
  @extend %headings-and-heading-groups;
309
299
  }
300
+
301
+ &--no-link-arrow {
302
+ a {
303
+ &::after {
304
+ display: none;
305
+ }
306
+ }
307
+ }
310
308
  }
311
309
 
312
310
  .tna-hgroup {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nationalarchives/frontend",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
4
4
  "description": "The National Archives frontend styles",
5
5
  "scripts": {
6
6
  "start": "storybook dev -p 6006",