Main

type

5 (blog/news article)

status

21 (imported old-v2, waiting for another import)

review version

0

cleanup version

0

pending deletion

0 (-)

created at

2025-12-23 13:57:19

updated at

2025-12-23 13:57:19

Address

url

https://afterworks.jp/en/blogs/129

url length

34

url crc

64170

url crc32

1065613994

location type

1 (url matches target location, page_location is empty)

canonical status

10 (verified canonical url)

canonical page id

3147597393

Source

domain id

40394396

domain tld

392

domain parts

2

originating warc id

-

originating url

https://data.commoncrawl.org/crawl-data/CC-MAIN-2025-33/segments/1754151279808.15/warc/CC-MAIN-20250804145214-20250804175214-00445.warc.gz

source type

11 (CommonCrawl)

Server response

server ip

18.67.76.86

Publication date

2025-08-04 16:51:25

Fetch attempts

0

Original html size

54936

Normalized and saved size

18592

Content

title

The issue of vanilla-extract layers not being preserved in production - Blog | AfterWorks.

excerpt

content

OverviewIn my project using Remix (React Router v7) and vanilla-extract, I define the order of CSS rules using @layer.However, I encountered an issue where the order of these layers was not preserved in the production environment.This article serves as a memo on how I resolved that issue.ProblemI was using globalLayer from vanilla-extract to define the layer order as shown below:import { globalLayer } from '@vanilla-extract/css'
 
 export const cssLayerReset = globalLayer('reset')
 
 export const cssLayerComponentUiLow = globalLayer('componentUiLow')
 
 export const cssLayerComponentUiMiddle = globalLayer('componentUiMiddle')
 
 export const cssLayerComponentUiHigh = globalLayer('componentUiHigh')
 
 export const cssLayerComponentCommon = globalLayer('componentCommon')
 
 export const cssLayerComponentPage = globalLayer('componentPage')
 
 export const cssLayerUtils = globalLayer('utils')This worked correctly in the development en...

author

updated

1767713656

Text analysis

block type

0

extracted fields

105

extracted bits

featured image
title
full content
content was extracted heuristically

detected location

0

detected language

1 (English)

category id

Other [en] (231)

index version

2025123101

paywall score

0

spam phrases

0

Text statistics

text nonlatin

0

text cyrillic

0

text characters

1755

text words

229

text unique words

96

text lines

1

text sentences

1

text paragraphs

1

text words per sentence

229

text matched phrases

0

text matched dictionaries

0