Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

postcss-preset-env: end value has mixed support, consider using flex-end instead

/* If you're using (S)CSS or SASS, you have to write flex-start or
flex-end instead of start or 
end respectively. */

/* convert */
justify-content: end;  

/* into  */

justify-content: flex-end;
 
PREVIOUS NEXT
Tagged: #mixed
ADD COMMENT
Topic
Name
4+3 =