|
libcss
|
#include <assert.h>#include "bytecode/bytecode.h"#include "bytecode/opcodes.h"#include "parse/important.h"Functions | |
| css_error | css__parse_important (css_language *c, const parserutils_vector *vector, int32_t *ctx, uint8_t *result) |
| void | css__make_style_important (css_style *style) |
| void css__make_style_important | ( | css_style * | style | ) |
Make a style important
| style | The style to modify |
| css_error css__parse_important | ( | css_language * | c, |
| const parserutils_vector * | vector, | ||
| int32_t * | ctx, | ||
| uint8_t * | result | ||
| ) |
Parse !important
| c | Parsing context |
| vector | Vector of tokens to process |
| ctx | Pointer to vector iteration context |
| result | Pointer to location to receive result |
Post condition: *ctx is updated with the next token to process If the input is invalid, then *ctx remains unchanged.